Merge branch 'dbus-1.4'
[platform/upstream/dbus.git] / autogen.sh
index a3a6368..6270ee1 100755 (executable)
@@ -48,7 +48,7 @@ fi
 }
 
 LIBTOOLIZE=`which libtoolize`
-if test -n $LIBTOOLIZE; then
+if ! test -f $LIBTOOLIZE; then
        LIBTOOLIZE=`which glibtoolize`
 fi