remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / configure.ac
index cf33c7c..2b40a60 100644 (file)
@@ -468,12 +468,6 @@ AC_ARG_WITH(idn, AC_HELP_STRING([--with-idn=[PFX]], [Use GNU libidn for domain n
 
 dnl -- end socket --
 
-AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [Enable debugging support]),
-    [ if test x$enableval = xyes ; then
-            AC_DEFINE(DEBUG,1,[ Define to enable debugging info. ])
-      fi
-     ])
-
 AC_ARG_ENABLE(flock, AC_HELP_STRING([--enable-flock], [Use flock() to lock files]),
         [if test $enableval = yes; then
                 AC_DEFINE(USE_FLOCK,1, [ Define to use flock() to lock mailboxes. ])