masqmail

diff configure @ 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	Thu Jul 15 11:48:33 2010 +0200
     1.2 +++ b/configure	Thu Jul 15 14:24:40 2010 +0200
     1.3 @@ -706,7 +706,6 @@
     1.4  enable_debug
     1.5  with_glib_static
     1.6  enable_smtp_server
     1.7 -enable_pop3
     1.8  enable_auth
     1.9  enable_maildir
    1.10  with_libcrypto
    1.11 @@ -1350,7 +1349,6 @@
    1.12    --disable-resolver       disable resolver support
    1.13    --disable-debug          disable debugging
    1.14    --disable-smtp-server    disable smtp server support
    1.15 -  --disable-pop3           disable pop3 support
    1.16    --enable-auth            enable AUTH (RFC 2554) client support
    1.17    --enable-maildir            enable qmail style maildir support
    1.18    --enable-ident           enable ident (RFC 1413) support
    1.19 @@ -5182,21 +5180,6 @@
    1.20  
    1.21  fi
    1.22  
    1.23 -# Check whether --enable-pop3 was given.
    1.24 -if test "${enable_pop3+set}" = set; then :
    1.25 -  enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then
    1.26 -		pop3_enabled='yes'
    1.27 -	fi
    1.28 -fi
    1.29 -
    1.30 -if test "x$pop3_enabled" = xyes; then
    1.31 -
    1.32 -$as_echo "#define ENABLE_POP3 1" >>confdefs.h
    1.33 -
    1.34 -#	MD5_LIBS='md5/libmd5c.a'
    1.35 -	need_md5='yes'
    1.36 -fi
    1.37 -
    1.38  # Check whether --enable-auth was given.
    1.39  if test "${enable_auth+set}" = set; then :
    1.40    enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then