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:
@ -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
|
||||
|
Reference in New Issue
Block a user