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 wrap: on
line diff
--- a/configure	Thu Jul 15 11:48:33 2010 +0200
+++ b/configure	Thu Jul 15 14:24:40 2010 +0200
@@ -706,7 +706,6 @@
 enable_debug
 with_glib_static
 enable_smtp_server
-enable_pop3
 enable_auth
 enable_maildir
 with_libcrypto
@@ -1350,7 +1349,6 @@
   --disable-resolver       disable resolver support
   --disable-debug          disable debugging
   --disable-smtp-server    disable smtp server support
-  --disable-pop3           disable pop3 support
   --enable-auth            enable AUTH (RFC 2554) client support
   --enable-maildir            enable qmail style maildir support
   --enable-ident           enable ident (RFC 1413) support
@@ -5182,21 +5180,6 @@
 
 fi
 
-# Check whether --enable-pop3 was given.
-if test "${enable_pop3+set}" = set; then :
-  enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then
-		pop3_enabled='yes'
-	fi
-fi
-
-if test "x$pop3_enabled" = xyes; then
-
-$as_echo "#define ENABLE_POP3 1" >>confdefs.h
-
-#	MD5_LIBS='md5/libmd5c.a'
-	need_md5='yes'
-fi
-
 # Check whether --enable-auth was given.
 if test "${enable_auth+set}" = set; then :
   enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then