Clarify configure --help

This commit is contained in:
Jean-Marc Valin 2018-09-14 13:12:53 -04:00
parent f689e05227
commit c6d977a966
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8

View file

@ -760,7 +760,7 @@ AS_IF([test "$enable_assertions" = "yes"], [
])
AC_ARG_ENABLE([hardening],
[AS_HELP_STRING([--enable-hardening],[enable run-time checks that are cheap and safe for use in production])],,
[AS_HELP_STRING([--disable-hardening],[disable run-time checks that are cheap and safe for use in production])],,
[enable_hardening=yes])
AS_IF([test "$enable_hardening" = "yes"], [
@ -768,7 +768,7 @@ AS_IF([test "$enable_hardening" = "yes"], [
])
AC_ARG_ENABLE([fuzzing],
[AS_HELP_STRING([--enable-fuzzing],[causes the encoder to make random decisions])],,
[AS_HELP_STRING([--enable-fuzzing],[causes the encoder to make random decisions (do not use in production)])],,
[enable_fuzzing=no])
AS_IF([test "$enable_fuzzing" = "yes"], [