]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix printing whether libxml2 is used in the report part of configure.ac
authorOndřej Surý <ondrej@sury.org>
Wed, 26 Jun 2019 10:53:35 +0000 (12:53 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 26 Jun 2019 16:21:24 +0000 (18:21 +0200)
configure
configure.ac

index 3d4416f410013ff4a8213ca39c7ea7b84b385927..dfce44b5706b8c41f10343973e7868667e744037 100755 (executable)
--- a/configure
+++ b/configure
@@ -25312,7 +25312,7 @@ report() {
     if test "yes" = "$enable_full_report"; then
        test "no" = "$found_ipv6" || echo "    IPv6 support (--enable-ipv6)"
        test "X$PYTHON" = "X" || echo "    Python tools (--with-python)"
-       test "X$XMLSTATS" = "X" || echo "    XML statistics (--with-libxml2)"
+       test "X$LIBXML2_LIBS" = "X" || echo "    XML statistics (--with-libxml2)"
        test "X$JSON_C_LIBS" = "X" || echo "    JSON statistics (--with-json-c): $JSON_C_CFLAGS $JSON_C_LIBS"
        test "X$ZLIB" = "X" || echo "    HTTP zlib compression (--with-zlib)"
        test "X$NZD_TOOLS" = "X" || echo "    LMDB database to store configuration for 'addzone' zones (--with-lmdb)"
@@ -25390,7 +25390,7 @@ report() {
     test "no" = "$with_cmocka" && echo "    CMocka Unit Testing Framework (--with-cmocka)"
 
     test "X$PYTHON" = "X" && echo "    Python tools (--with-python)"
-    test "X$XMLSTATS" = "X" && echo "    XML statistics (--with-libxml2)"
+    test "X$LIBXML2_LIBS" = "X" && echo "    XML statistics (--with-libxml2)"
     test "X$JSON_C_LIBS" = "X" && echo "    JSON statistics (--with-json-c)"
     test "X$ZLIB" = "X" && echo "    HTTP zlib compression (--with-zlib)"
     test "X$NZD_TOOLS" = "X" && echo "    LMDB database to store configuration for 'addzone' zones (--with-lmdb)"
index 87cab36810ae77c00526ca72dde30ef86fdfa1f8..714b501d0a02d585da9d335729288528166c8a47 100644 (file)
@@ -2954,7 +2954,7 @@ report() {
     if test "yes" = "$enable_full_report"; then
        test "no" = "$found_ipv6" || echo "    IPv6 support (--enable-ipv6)"
        test "X$PYTHON" = "X" || echo "    Python tools (--with-python)"
-       test "X$XMLSTATS" = "X" || echo "    XML statistics (--with-libxml2)"
+       test "X$LIBXML2_LIBS" = "X" || echo "    XML statistics (--with-libxml2)"
        test "X$JSON_C_LIBS" = "X" || echo "    JSON statistics (--with-json-c): $JSON_C_CFLAGS $JSON_C_LIBS"
        test "X$ZLIB" = "X" || echo "    HTTP zlib compression (--with-zlib)"
        test "X$NZD_TOOLS" = "X" || echo "    LMDB database to store configuration for 'addzone' zones (--with-lmdb)"
@@ -3032,7 +3032,7 @@ report() {
     test "no" = "$with_cmocka" && echo "    CMocka Unit Testing Framework (--with-cmocka)"
 
     test "X$PYTHON" = "X" && echo "    Python tools (--with-python)"
-    test "X$XMLSTATS" = "X" && echo "    XML statistics (--with-libxml2)"
+    test "X$LIBXML2_LIBS" = "X" && echo "    XML statistics (--with-libxml2)"
     test "X$JSON_C_LIBS" = "X" && echo "    JSON statistics (--with-json-c)"
     test "X$ZLIB" = "X" && echo "    HTTP zlib compression (--with-zlib)"
     test "X$NZD_TOOLS" = "X" && echo "    LMDB database to store configuration for 'addzone' zones (--with-lmdb)"