mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
libtool check fix
This commit is contained in:
parent
823a48558c
commit
39df209ddd
@ -48,7 +48,7 @@ else
|
||||
fi
|
||||
|
||||
# libtool 1.3.3 or newer
|
||||
lt_pversion=`libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/ .*//'`
|
||||
lt_pversion=`libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/[- ].*//'`
|
||||
if test "$lt_pversion" = ""; then
|
||||
echo "buildconf: libtool not found."
|
||||
echo " You need libtool version 1.3 or newer installed"
|
||||
|
Loading…
Reference in New Issue
Block a user