mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix configure help to use --enable-debug instead of --enable-verbose
This commit is contained in:
@ -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 ]
|
||||
)
|
||||
|
Reference in New Issue
Block a user