From: Rob Richards Date: Thu, 13 Oct 2005 20:16:39 +0000 (+0000) Subject: bump libxml min version to 2.6.11 X-Git-Tag: RELEASE_0_9_1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=214cdf0d5a914973f142b25f3a21213e08cc053c;p=php bump libxml min version to 2.6.11 --- diff --git a/acinclude.m4 b/acinclude.m4 index a0a596c438..f3ee763977 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2333,7 +2333,7 @@ AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path, set $libxml_full_version IFS=$ac_IFS LIBXML_VERSION=`expr [$]1 \* 1000000 + [$]2 \* 1000 + [$]3` - if test "$LIBXML_VERSION" -ge "2006008"; then + if test "$LIBXML_VERSION" -ge "2006011"; then LIBXML_LIBS=`$XML2_CONFIG --libs` LIBXML_INCS=`$XML2_CONFIG --cflags` PHP_EVAL_LIBLINE($LIBXML_LIBS, $1) @@ -2356,7 +2356,7 @@ AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path, fi $2 else - AC_MSG_ERROR([libxml2 version 2.6.8 or greater required.]) + AC_MSG_ERROR([libxml2 version 2.6.11 or greater required.]) fi ifelse([$3],[],,[else $3]) fi