Make --enable-verbose-debug option match its help text
authorNick Mathewson <nickm@torproject.org>
Wed, 31 Aug 2011 15:58:40 +0000 (11:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 31 Aug 2011 15:58:40 +0000 (11:58 -0400)
configure.in

index 770c46fc71786b003fde99c0c02f2056575354f4..397b12ea50864cfbf7386e444111d4748021d2eb 100644 (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])