]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
accept libxml2 2.7.x too
authorFrancis Dupont <fdupont@isc.org>
Wed, 29 Oct 2008 10:09:21 +0000 (10:09 +0000)
committerFrancis Dupont <fdupont@isc.org>
Wed, 29 Oct 2008 10:09:21 +0000 (10:09 +0000)
configure
configure.in

index f2f4c668850f4ef279c5696659a40895dae71825..e6fa6acddee3062072d7db3fce821142f56d9f94 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.442 2008/10/21 02:43:08 marka Exp $
+# $Id: configure,v 1.443 2008/10/29 10:09:21 fdupont Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -8672,7 +8672,7 @@ case "$use_libxml2" in
                ;;
        auto|yes)
                case X`(xml2-config --version) 2>/dev/null` in
-               X2.6.*)
+               X2.[67].*)
                        libxml2_libs=`xml2-config --libs`
                        libxml2_cflags=`xml2-config --cflags`
                        ;;
index 70fe29a050f536b7e05c0d16009ff4dbd690e4d5..2a1163a4aaa02f8ac6d01c4ad9bd4843ed6e5a25 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.456 $)
+AC_REVISION($Revision: 1.457 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1000,7 +1000,7 @@ case "$use_libxml2" in
                ;;
        auto|yes)
                case X`(xml2-config --version) 2>/dev/null` in
-               X2.6.*)
+               X2.[[67]].*)
                        libxml2_libs=`xml2-config --libs`
                        libxml2_cflags=`xml2-config --cflags`
                        ;;