mirror of https://github.com/wolfSSL/wolfssl.git
Fix configure help to use --enable-debug instead of --enable-verbose
parent
0b6c53c8b0
commit
feaae9fc58
|
@ -213,7 +213,7 @@ AS_IF([test "$ax_enable_debug" = "yes"],
|
|||
[AM_CCASFLAGS="$AM_CCASFLAGS -DNDEBUG"])
|
||||
|
||||
AC_ARG_ENABLE([debug-code-points],
|
||||
[ AS_HELP_STRING([--enable-debug-code-points],[Include source file and line number in --enable-verbose messages.]) ],
|
||||
[ AS_HELP_STRING([--enable-debug-code-points],[Include source file and line number in --enable-debug messages.]) ],
|
||||
[ ENABLED_DEBUG_CODEPOINTS=$enableval ],
|
||||
[ ENABLED_DEBUG_CODEPOINTS=no ]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue