masqmail

diff configure.ac @ 192:89f951be358f

REMOVED POP3 SUPPORT masqmail will not include a POP3 client anymore from 0.3.0 on maybe the POP3 code will be reworked into a standalone program some day if you rely on the POP3 client, use fetchmail or something similar instead
author meillo@marmaro.de
date Thu, 15 Jul 2010 14:24:40 +0200
parents 8b17ea9fd17b
children bd9704417d49
line diff
     1.1 --- a/configure.ac	Thu Jul 15 11:48:33 2010 +0200
     1.2 +++ b/configure.ac	Thu Jul 15 14:24:40 2010 +0200
     1.3 @@ -143,19 +143,6 @@
     1.4  	AC_DEFINE(ENABLE_SMTP_SERVER, 1, [If the SMTP server is enabled])
     1.5  fi
     1.6  
     1.7 -dnl pop support (default is use it)
     1.8 -AC_ARG_ENABLE(pop3,
     1.9 -	[  --disable-pop3           disable pop3 support],
    1.10 -	if test "x$enable_pop3" != 'xno'; then
    1.11 -		pop3_enabled='yes'
    1.12 -	fi,
    1.13 -	)
    1.14 -if test "x$pop3_enabled" = xyes; then
    1.15 -	AC_DEFINE(ENABLE_POP3, 1, [If the POP3 support is enabled])
    1.16 -#	MD5_LIBS='md5/libmd5c.a'
    1.17 -	need_md5='yes'
    1.18 -fi
    1.19 -
    1.20  dnl auth support (default is to not use it)
    1.21  AC_ARG_ENABLE(auth,
    1.22  	[  --enable-auth            enable AUTH (RFC 2554) client support],