From 10c3450fd6db2ac74edcf6086559e016efb1e53b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 31 Aug 2011 11:58:40 -0400 Subject: [PATCH] Make --enable-verbose-debug option match its help text --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 770c46fc..397b12ea 100644 --- a/configure.in +++ b/configure.in @@ -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])