Fixed wrong libtoolize presence check.
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 6 Dec 2010 20:31:14 +0000 (21:31 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 6 Dec 2010 20:32:21 +0000 (21:32 +0100)
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