mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Fix libtoolize test. -z tests for zero string length.
Now bootstrap works on debian again.
This commit is contained in:
parent
d02d502d30
commit
218d9382d6
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ if test "$1" = "clean"; then
|
||||||
fi
|
fi
|
||||||
# Check libtoolize version, fix for Debian/Woody
|
# Check libtoolize version, fix for Debian/Woody
|
||||||
if test -z `which glibtoolize` ; then
|
if test -z `which glibtoolize` ; then
|
||||||
libtoolize=glibtoolize
|
|
||||||
else
|
|
||||||
libtoolize=libtoolize
|
libtoolize=libtoolize
|
||||||
|
else
|
||||||
|
libtoolize=glibtoolize
|
||||||
fi
|
fi
|
||||||
lt=`which $libtoolize`
|
lt=`which $libtoolize`
|
||||||
if test -n "$lt" ; then
|
if test -n "$lt" ; then
|
||||||
|
|
Loading…
Reference in a new issue