]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Print information about LIBIDN2 in Configuration summary (Closes: #163)
authorOndřej Surý <ondrej@sury.org>
Thu, 5 Apr 2018 09:45:41 +0000 (11:45 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 5 Apr 2018 09:52:24 +0000 (11:52 +0200)
configure
configure.in

index 6e43ac2151ee6bbda02f9fe5dcd2799adb6783b8..aac711428c7138301f05814ed084145974cc5c02 100755 (executable)
--- a/configure
+++ b/configure
@@ -26480,6 +26480,7 @@ report() {
        test "X$JSONSTATS" = "X" || echo "    JSON statistics (--with-libjson)"
        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)"
+       test "no" = "$use_libidn2" || echo "    IDN support (--with-libidn2)"
     fi
 
     if test "no" != "$use_pkcs11"; then
@@ -26580,6 +26581,7 @@ report() {
     test "X$JSONSTATS" = "X" && echo "    JSON statistics (--with-libjson)"
     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)"
+    test "no" = "$use_libidn2" && echo "    IDN support (--with-libidn2)"
 
     echo "-------------------------------------------------------------------------------"
     echo "Configured paths:"
index b9676698c89d3186ee00ae15103f25a845cda014..9e8a88dfd89d565cd8b84af18c996ea108f1c025 100644 (file)
@@ -5391,6 +5391,7 @@ report() {
        test "X$JSONSTATS" = "X" || echo "    JSON statistics (--with-libjson)"
        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)"
+       test "no" = "$use_libidn2" || echo "    IDN support (--with-libidn2)"
     fi
 
     if test "no" != "$use_pkcs11"; then
@@ -5491,6 +5492,7 @@ report() {
     test "X$JSONSTATS" = "X" && echo "    JSON statistics (--with-libjson)"
     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)"
+    test "no" = "$use_libidn2" && echo "    IDN support (--with-libidn2)"
 
     echo "-------------------------------------------------------------------------------"
     echo "Configured paths:"