From: Evan Hunt Date: Wed, 2 Dec 2015 22:02:53 +0000 (-0800) Subject: [master] mention --enable-full-report in config summary output X-Git-Tag: v9.11.0a1~298 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=99a3c3c37b082dfcdc1ae646ff982ecca4b496d4;p=thirdparty%2Fbind9.git [master] mention --enable-full-report in config summary output --- diff --git a/configure b/configure index a683b8d1a0f..b6f590a5aa8 100755 --- 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 diff --git a/configure.in b/configure.in index eaf9411ceea..3fcdcd9bde4 100644 --- a/configure.in +++ b/configure.in @@ -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