Fixed wrong libtoolize presence check.

This commit is contained in:
Ralf Habacker 2010-12-06 21:31:14 +01:00
parent a19c3d2e8b
commit 875891e823

View file

@ -48,7 +48,7 @@ fi
}
LIBTOOLIZE=`which libtoolize`
if test -n $LIBTOOLIZE; then
if ! test -f $LIBTOOLIZE; then
LIBTOOLIZE=`which glibtoolize`
fi