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

diff --git a/CHANGES b/CHANGES
index 9e94c9c4122dee907191de6e8834e22bf7bd6f8a..93ec211975db124e129633da7fd9a7644ab91495 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 910b099c2102b854dbb3be8d48c5d1180b86fc78..c8aa88d9b9e49ce1a8a3aa54a9d74076ceb5b2a9 100755 (executable)
--- a/configure
+++ b/configure
@@ -23245,7 +23245,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 ab93cd24352844b70b58301eaebf87eaab0b57ff..9dafa486202f759a711409a41b1ea7009d669901 100644 (file)
@@ -1321,7 +1321,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`
                        ;;