Make --enable-verbose-debug option match its help text

This commit is contained in:
Nick Mathewson 2011-08-31 11:58:40 -04:00
parent 4cbedae95f
commit 10c3450fd6

View File

@ -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])