]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] mention --enable-full-report in config summary output
authorEvan Hunt <each@isc.org>
Wed, 2 Dec 2015 22:02:53 +0000 (14:02 -0800)
committerEvan Hunt <each@isc.org>
Wed, 2 Dec 2015 22:02:53 +0000 (14:02 -0800)
configure
configure.in

index a683b8d1a0f65272cc699ce80c01f0be11bd16be..b6f590a5aa8bb4e00e77ec498e47ff9c9da04802 100755 (executable)
--- a/configure
+++ b/configure
@@ -25033,6 +25033,10 @@ if test "X$ac_unrecognized_opts" != "X"; then
     echo "Unrecognized options:"
     echo "    $ac_unrecognized_opts"
 fi
+if test "$enable_full_report" != "yes"; then
+    echo "------------------------------------------------------------------------"
+    echo "For more detail, use --enable-full-report."
+fi
 echo "========================================================================"
 
 if test "X$CRYPTO" = "X"; then
index eaf9411ceea05fe73bbab58d5b6531c5d16eb4a1..3fcdcd9bde473b5be0b17415bb8dc209f6a20cd8 100644 (file)
@@ -5027,6 +5027,10 @@ if test "X$ac_unrecognized_opts" != "X"; then
     echo "Unrecognized options:"
     echo "    $ac_unrecognized_opts"
 fi
+if test "$enable_full_report" != "yes"; then
+    echo "------------------------------------------------------------------------"
+    echo "For more detail, use --enable-full-report."
+fi
 echo "========================================================================"
 
 if test "X$CRYPTO" = "X"; then