mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +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
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue