]> 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:53:52 +0000 (01:53 +0000)
committerMar Andrews <marka@isc.org>
Thu, 2 Aug 2012 01:53:52 +0000 (01:53 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index e319987e67614e51e14018788f8933cd802dd359..fe1bb4bee7ed7f02caca600aaf65c95827508d08 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 0999f0b994036b0d8c2ff7ae2d813e0476439183..51309c037702a91d24aa017bad2b4716dd75879b 100755 (executable)
--- a/configure
+++ b/configure
@@ -22887,7 +22887,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 d95024cf410baa92ad61984981dc2a2e6c69fdcc..fc3cc2b050714c68477a650dd88fc6c4645f6c9f 100644 (file)
@@ -1138,7 +1138,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`
                        ;;