Fix libtoolize test. -z tests for zero string length.

Now bootstrap works on debian again.
This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-12-27 17:24:46 +00:00
parent d02d502d30
commit 218d9382d6

View file

@ -23,9 +23,9 @@ if test "$1" = "clean"; then
fi
# Check libtoolize version, fix for Debian/Woody
if test -z `which glibtoolize` ; then
libtoolize=glibtoolize
else
libtoolize=libtoolize
else
libtoolize=glibtoolize
fi
lt=`which $libtoolize`
if test -n "$lt" ; then