Fix buildconf on platforms using glibtoolize

Commit c49a87eea5 changed buildconf to only check for
libtoolize, but missed a line
pull/32/merge
David Drysdale 9 years ago
parent 66f40230a0
commit 250e7a20cc
  1. 2
      buildconf

@ -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

Loading…
Cancel
Save