summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a3a63685..6270ee14 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,7 +48,7 @@ fi
}
LIBTOOLIZE=`which libtoolize`
-if test -n $LIBTOOLIZE; then
+if ! test -f $LIBTOOLIZE; then
LIBTOOLIZE=`which glibtoolize`
fi