X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.in;h=aad23c2d5019477a895c9b38d1307d1a554c7645;hp=a64271a7e6589d4a14eadcaaa13a99bf92a0365f;hb=e272a1bd50cf1dba38067899500593aa148c88a5;hpb=814a01519c9605d479201b99eb16c97b0ad8635d diff --git a/configure.in b/configure.in index a64271a..aad23c2 100644 --- a/configure.in +++ b/configure.in @@ -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