Rocco Rutte:
[apps/madmutt.git] / configure.in
index a64271a..aad23c2 100644 (file)
@@ -735,10 +735,8 @@ 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. ])
-                want_debug=yes
           fi
          ])
-AM_CONDITIONAL(WANT_DEBUG, test x$want_debug = xyes)
 
 AC_ARG_ENABLE(flock, AC_HELP_STRING([--enable-flock], [Use flock() to lock files]),
         [if test $enableval = yes; then