]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3447. [port] Add support for libxml2-2.9.x [RT #32231]
authorMark Andrews <marka@isc.org>
Tue, 1 Jan 2013 23:10:51 +0000 (23:10 +0000)
committerMark Andrews <marka@isc.org>
Tue, 1 Jan 2013 23:10:51 +0000 (23:10 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index f1fd5ff87f944de85c48e79420908341aa2b411c..9b1d33fa9d96bfd7e9af26fc88868f81541aca18 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3447.  [port]          Add support for libxml2-2.9.x [RT #32231]
+
 3446.  [port]          win32: Add source ID (see change #3400) to build.
                        [RT #31683]
 
index e325dfa32e39720a9ae442e04a12f3c8b27864b9..2fb30516d79e5169a8f57b1a5b11d7712001e98b 100755 (executable)
--- a/configure
+++ b/configure
@@ -15707,7 +15707,7 @@ case "$use_libxml2" in
                ;;
        auto|yes)
                case X`(xml2-config --version) 2>/dev/null` in
-               X2.[678].*)
+               X2.[6789].*)
                        libxml2_libs=`xml2-config --libs`
                        libxml2_cflags=`xml2-config --cflags`
                        ;;
index 65ae6f1759dfb8f2f2d9ff84df0fe86076a2ea56..c7dc02a027f71512884de0e631c1ded2f9c46556 100644 (file)
@@ -1356,7 +1356,7 @@ case "$use_libxml2" in
                ;;
        auto|yes)
                case X`(xml2-config --version) 2>/dev/null` in
-               X2.[[678]].*)
+               X2.[[6789]].*)
                        libxml2_libs=`xml2-config --libs`
                        libxml2_cflags=`xml2-config --cflags`
                        ;;