From ee1d38756431ca946265ef88518e01622abf375e Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 3 May 2001 09:41:42 +0000 Subject: [PATCH] - fix checking libtool version. Changed files: php-libtool_version_check_fix.patch -> 1.1 --- php-libtool_version_check_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 php-libtool_version_check_fix.patch diff --git a/php-libtool_version_check_fix.patch b/php-libtool_version_check_fix.patch new file mode 100644 index 0000000..10db9fe --- /dev/null +++ b/php-libtool_version_check_fix.patch @@ -0,0 +1,11 @@ +--- php-4.0.4pl1/build/buildcheck.sh~ Sun Aug 20 07:39:37 2000 ++++ php-4.0.4pl1/build/buildcheck.sh Thu May 3 11:37:29 2001 +@@ -67,7 +67,7 @@ + fi + lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'` + IFS=.; set $lt_version; IFS=' ' +-if test "$1" -gt "1" || test "$2" -gt "3" || test "$2" = "3" && (test "$3" = "c" || test "$3" -ge "3") ++if test "$1" -gt "1" || test "$2" -gt "3" || ( test "$2" = "3" && test "$3" -ge "3") + then + echo "buildconf: libtool version $lt_pversion (ok)" + else -- 2.44.0