summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-12-06 21:31:14 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-12-06 21:32:21 +0100
commit875891e8239ffad736f42b01564680a18ec8f453 (patch)
tree9eca08ff151c6e531764653897a35d59503b4776 /autogen.sh
parenta19c3d2e8b590d95a4959c68895331b88d121ecb (diff)
downloaddbus-875891e8239ffad736f42b01564680a18ec8f453.tar.gz
Fixed wrong libtoolize presence check.
Diffstat (limited to 'autogen.sh')
-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