summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-14 20:56:27 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-14 20:56:27 -0400
commit1c5e48b70276830dca310452cca38af61d6d1807 (patch)
tree7284bd0e11d9a90d17286814bb1a46937001020e
parent902e80bf3c5bd3a4955ee8a1fe18fdb7e2326321 (diff)
downloadcolm-1c5e48b70276830dca310452cca38af61d6d1807.tar.gz
Fix for help string
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1b65223f..3d964be2 100644
--- a/configure.in
+++ b/configure.in
@@ -69,7 +69,7 @@ AC_ARG_ENABLE(pool-malloc,
AC_DEFINE([POOL_MALLOC], [1], [allocate pool objects with malloc]))
AC_ARG_ENABLE(debug,
- AC_HELP_STRING([--enable-pool-malloc], [enable debug statements]),
+ AC_HELP_STRING([--enable-debug], [enable debug statements]),
AC_DEFINE([DEBUG], [1], [enable debug statements]))
# Logging features