Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
99a3c3c3
Commit
99a3c3c3
authored
Dec 02, 2015
by
Evan Hunt
Browse files
[master] mention --enable-full-report in config summary output
parent
26177be2
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
99a3c3c3
...
...
@@ -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
...
...
configure.in
View file @
99a3c3c3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment