summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-20 12:58:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-20 12:58:28 +0000
commitbfe2517f7444b43504836821b9078198a6ad8bab (patch)
treeed01b256baacffa81d5abfb42eae94049d8831d5 /configure.in
parent2f036b59b9224cb8f1ca4e9cff971d5a3be22b60 (diff)
Add heavily improved debugging capabilities to the PGP code.
Anyway, the problem I observed wasn't a bug in mutt, but an expired key. *sigh*
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 807ea1ae..c25e10e7 100644
--- a/configure.in
+++ b/configure.in
@@ -422,6 +422,9 @@ AC_ARG_ENABLE(pop, [ --enable-pop Enable POP3 support],
MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pop.o"
])
+AC_ARG_ENABLE(debug, [ --enable-debug Enable debugging support],
+ [ AC_DEFINE(DEBUG) ])
+
AC_ARG_ENABLE(imap, [ --enable-imap Enable IMAP support],
[ AC_DEFINE(USE_IMAP)
AC_CHECK_LIB(socket, socket)