[master] mention --enable-full-report in config summary output

This commit is contained in:
Evan Hunt 2015-12-02 14:02:53 -08:00
parent 26177be294
commit 99a3c3c37b
2 changed files with 8 additions and 0 deletions

4
configure vendored
View file

@ -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

View 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