mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Make --enable-verbose-debug option match its help text
This commit is contained in:
parent
4cbedae95f
commit
10c3450fd6
@ -86,7 +86,7 @@ AC_ARG_ENABLE([libevent-regress],
|
||||
AC_ARG_ENABLE([function-sections],
|
||||
AS_HELP_STRING([--enable-function-sections, make static library allow smaller binaries with --gc-sections]),
|
||||
[], [enable_function_sections=no])
|
||||
AC_ARG_ENABLE(event-debugging,
|
||||
AC_ARG_ENABLE([verbose-debug],
|
||||
AS_HELP_STRING([--enable-verbose-debug, verbose debug logging]),
|
||||
[], [enable_verbose_debug=no])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user