]> granicus.if.org Git - php/commitdiff
MFH: bump libxml min version to 2.6.11
authorRob Richards <rrichards@php.net>
Thu, 13 Oct 2005 20:33:40 +0000 (20:33 +0000)
committerRob Richards <rrichards@php.net>
Thu, 13 Oct 2005 20:33:40 +0000 (20:33 +0000)
acinclude.m4

index 72cba6d967eb9b04ca24e3d8991da5f766b57d6b..7b8e6a23dd9103258e9e4c7ab9e40d500dba6ec6 100644 (file)
@@ -2337,7 +2337,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)
@@ -2360,7 +2360,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