mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
parent
080fdabc85
commit
e1ddd48bd4
@ -16,7 +16,7 @@
|
|||||||
# | Sascha Schumann <sascha@schumann.cx> |
|
# | Sascha Schumann <sascha@schumann.cx> |
|
||||||
# +----------------------------------------------------------------------+
|
# +----------------------------------------------------------------------+
|
||||||
#
|
#
|
||||||
# $Id: buildcheck.sh,v 1.6 2001-05-03 03:41:42 sniper Exp $
|
# $Id: buildcheck.sh,v 1.7 2001-05-05 15:33:49 sas Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
echo "buildconf: checking installation..."
|
echo "buildconf: checking installation..."
|
||||||
@ -70,7 +70,7 @@ fi
|
|||||||
lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'`
|
lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'`
|
||||||
IFS=.; set $lt_version; IFS=' '
|
IFS=.; set $lt_version; IFS=' '
|
||||||
|
|
||||||
if test "$1$2$3" -ge "133" || (test "$1" = "1" && test "$2" -ge "4")
|
if test "$1" -gt "1" || test "$2" -gt "3" || (test "$2" = "3" && (test "$3" = "c" || test "$3" -ge "3"))
|
||||||
then
|
then
|
||||||
echo "buildconf: libtool version $lt_pversion (ok)"
|
echo "buildconf: libtool version $lt_pversion (ok)"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user