autogen: try for the homebrew libtool version too

Refs: #46762
This commit is contained in:
Vittorio Giovara
2014-06-26 19:36:18 -04:00
committed by Tristan Matthews
parent 36a2a7bdc3
commit 323802c722

View File

@ -15,8 +15,11 @@ fi
LIBTOOLIZE=`which libtoolize || which glibtoolize`
if test -z $LIBTOOLIZE; then
LIBTOOLIZE=`which glibtoolize`
if test -z $LIBTOOLIZE; then
echo "*** No libtool found, please install it ***"
exit 1
fi
fi
# Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663