masqmail

diff configure.ac @ 205:4fd237550525

REMOVED MAILDIR SUPPORT if you want to deliver to maildir, use an MDA like procmail masqmail can pass mail to an MDA by setting `mda' in masqmail.conf
author meillo@marmaro.de
date Fri, 16 Jul 2010 16:38:50 +0200
parents 5745edd5b769
children 10da50168dab
line diff
     1.1 --- a/configure.ac	Fri Jul 16 15:38:53 2010 +0200
     1.2 +++ b/configure.ac	Fri Jul 16 16:38:50 2010 +0200
     1.3 @@ -137,17 +137,6 @@
     1.4  fi
     1.5  AC_SUBST(BASE64_LIBS)
     1.6  
     1.7 -dnl maildir support (default is to not use it)
     1.8 -AC_ARG_ENABLE(maildir,
     1.9 -	[  --enable-maildir        enable qmail style maildir support],
    1.10 -	if test "x$enable_maildir" != 'xno'; then
    1.11 -		maildir_enabled='yes'
    1.12 -	fi,
    1.13 -	)
    1.14 -if test "x$maildir_enabled" = xyes; then
    1.15 -	AC_DEFINE(ENABLE_MAILDIR, 1, [If Maildirs are enabled])
    1.16 -fi
    1.17 -
    1.18  dnl libcrypto
    1.19  AC_ARG_WITH(libcrypto,
    1.20  	[  --with-libcrypto        use libcrypto],