mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 20:40:00 -04:00
[master] mention --enable-full-report in config summary output
This commit is contained in:
parent
26177be294
commit
99a3c3c37b
2 changed files with 8 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue