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"
# 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]
set conf_options "$::argv"
}
-###############################################################################
-# Debug
-if {[get-define want-logging]} {define DEBUG}
-
###############################################################################
# flock(1)
if {[get-define want-flock]} {define USE_FLOCK}
BINDIR
BUILD_DOC
CRYPT_*
- DEBUG
DOMAIN
ENABLE_*
HAVE_*
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. ])