]> granicus.if.org Git - neomutt/commitdiff
remove debug/logging from makefile/configure 625/head
authortoogley <toogley@mailbox.org>
Sat, 10 Jun 2017 20:25:35 +0000 (22:25 +0200)
committerRichard Russon <rich@flatcap.org>
Thu, 30 Nov 2017 13:10:16 +0000 (13:10 +0000)
auto.def
configure.ac

index 00a931f56d1f69a3f57965a865f37d0cb7f101bc..9ef722a80ac7d4cfee08fc5c699b3d1ba880e8d9 100644 (file)
--- a/auto.def
+++ b/auto.def
@@ -27,7 +27,6 @@ options {
   with-ncurses:path         => "Location of ncurses"
   with-slang:path           => "Location of S-Lang"
 # Features w/o 3rd party dependencies
-  logging=0                 => "Enable debug logging"
   doc=1                     => "Disable building the documentation"
   full-doc=0                => "Build the full documentation set"
   docdir:path               => "Documentation root"
@@ -96,7 +95,7 @@ if {1} {
   # Keep sorted, please.
   foreach opt {
     bdb doc everything fcntl flock fmemopen full-doc gdbm gnutls gpgme gss
-    homespool idn kyotocabinet lmdb locales-fix logging lua mixmaster nls
+    homespool idn kyotocabinet lmdb locales-fix lua mixmaster nls
     notmuch pgp qdbm sasl smime ssl tokyocabinet
   } {
     define want-$opt [opt-bool $opt]
@@ -305,10 +304,6 @@ if {[get-define want-everything]} {
   set conf_options "$::argv"
 }
 
-###############################################################################
-# Debug
-if {[get-define want-logging]} {define DEBUG}
-
 ###############################################################################
 # flock(1)
 if {[get-define want-flock]} {define USE_FLOCK}
@@ -826,7 +821,6 @@ set auto_rep {
   BINDIR
   BUILD_DOC
   CRYPT_*
-  DEBUG
   DOMAIN
   ENABLE_*
   HAVE_*
index e739f1f586753b84abf1a28fd2788edf2344c7e2..996dde72e552b2a012492becd93ce7d4a4219c11 100644 (file)
@@ -591,12 +591,6 @@ AM_CONDITIONAL(USE_SASL, test x$need_sasl = xyes)
 
 dnl -- end socket --
 
-AC_ARG_ENABLE(debug, AS_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, AS_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. ])