]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3357. [port] Add support for libxml2-2.8.x [RT #30440]
authorMar Andrews <marka@isc.org>
Thu, 2 Aug 2012 01:49:50 +0000 (01:49 +0000)
committerMar Andrews <marka@isc.org>
Thu, 2 Aug 2012 01:49:50 +0000 (01:49 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 10413c3e47438337e51d539fb2053abf48f7afa1..2f2ea3d6b66fc03ff764514b9647538535230308 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3357.  [port]          Add support for libxml2-2.8.x [RT #30440]
+
 3356.  [bug]           Cap the TTL of signed RRsets when RRSIGs are 
                        approaching their expiry, so they don't remain
                        in caches after expiry. [RT #26429]
index da1d91757dbaa55da8afd16fedd4339b8fd4330b..7303c2334573ca9e24f5cc4ce77f67c8a000f3d7 100755 (executable)
--- a/configure
+++ b/configure
@@ -23262,7 +23262,7 @@ case "$use_libxml2" in
                ;;
        auto|yes)
                case X`(xml2-config --version) 2>/dev/null` in
-               X2.[67].*)
+               X2.[678].*)
                        libxml2_libs=`xml2-config --libs`
                        libxml2_cflags=`xml2-config --cflags`
                        ;;
index 42a6a7f6853d87e5ca71abb83a07bd7b80a0be5a..2b857bd4dcd17373a1d0263a24200b2f7a554738 100644 (file)
@@ -1326,7 +1326,7 @@ case "$use_libxml2" in
                ;;
        auto|yes)
                case X`(xml2-config --version) 2>/dev/null` in
-               X2.[[67]].*)
+               X2.[[678]].*)
                        libxml2_libs=`xml2-config --libs`
                        libxml2_cflags=`xml2-config --cflags`
                        ;;