summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2005-10-13 20:16:39 +0000
committerRob Richards <rrichards@php.net>2005-10-13 20:16:39 +0000
commit214cdf0d5a914973f142b25f3a21213e08cc053c (patch)
treec21dba74c3ecacfd64b6506b2cd15b35008b0fc0 /acinclude.m4
parent91ac79530d00c0c22bafc9284e2f326f6feea109 (diff)
downloadphp-git-214cdf0d5a914973f142b25f3a21213e08cc053c.tar.gz
bump libxml min version to 2.6.11
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
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