mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04: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],
|
AC_ARG_ENABLE([function-sections],
|
||||||
AS_HELP_STRING([--enable-function-sections, make static library allow smaller binaries with --gc-sections]),
|
AS_HELP_STRING([--enable-function-sections, make static library allow smaller binaries with --gc-sections]),
|
||||||
[], [enable_function_sections=no])
|
[], [enable_function_sections=no])
|
||||||
AC_ARG_ENABLE(event-debugging,
|
AC_ARG_ENABLE([verbose-debug],
|
||||||
AS_HELP_STRING([--enable-verbose-debug, verbose debug logging]),
|
AS_HELP_STRING([--enable-verbose-debug, verbose debug logging]),
|
||||||
[], [enable_verbose_debug=no])
|
[], [enable_verbose_debug=no])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user