1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 02:29:40 +00:00

Fix buildconf on platforms using glibtoolize

Commit c49a87eea5 changed buildconf to only check for
libtoolize, but missed a line
This commit is contained in:
David Drysdale
2016-01-18 11:03:15 +00:00
parent 66f40230a0
commit 250e7a20cc

View File

@ -78,7 +78,7 @@ want_lt_version=1.4.2
# have GNU libtool named as 'glibtoolize' and libtoolize not being GNU's.
libtoolize=`findtool glibtoolize 2>/dev/null`
if test ! -x "$libtool"; then
if test ! -x "$libtoolize"; then
libtoolize=`findtool ${LIBTOOLIZE:-libtoolize}`
fi
if test -z "$libtoolize"; then