projects
/
libevent
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cbedae
)
Make --enable-verbose-debug option match its help text
author
Nick Mathewson
<nickm@torproject.org>
Wed, 31 Aug 2011 15:58:40 +0000
(11:58 -0400)
committer
Nick Mathewson
<nickm@torproject.org>
Wed, 31 Aug 2011 15:58:40 +0000
(11:58 -0400)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 770c46fc71786b003fde99c0c02f2056575354f4..397b12ea50864cfbf7386e444111d4748021d2eb 100644
(file)
--- 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])