]> git.pld-linux.org Git - packages/php.git/blame - php-libtool_version_check_fix.patch
fix imap module, build imap module with ssl support
[packages/php.git] / php-libtool_version_check_fix.patch
CommitLineData
ee1d3875 1--- php-4.0.4pl1/build/buildcheck.sh~ Sun Aug 20 07:39:37 2000
2+++ php-4.0.4pl1/build/buildcheck.sh Thu May 3 11:37:29 2001
3@@ -67,7 +67,7 @@
4 fi
5 lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'`
6 IFS=.; set $lt_version; IFS=' '
7-if test "$1" -gt "1" || test "$2" -gt "3" || test "$2" = "3" && (test "$3" = "c" || test "$3" -ge "3")
8+if test "$1" -gt "1" || test "$2" -gt "3" || ( test "$2" = "3" && test "$3" -ge "3")
9 then
10 echo "buildconf: libtool version $lt_pversion (ok)"
11 else
This page took 0.031204 seconds and 4 git commands to generate.