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 wrap: on
line diff
--- a/configure.ac	Thu Jul 15 11:48:33 2010 +0200
+++ b/configure.ac	Thu Jul 15 14:24:40 2010 +0200
@@ -143,19 +143,6 @@
 	AC_DEFINE(ENABLE_SMTP_SERVER, 1, [If the SMTP server is enabled])
 fi
 
-dnl pop support (default is use it)
-AC_ARG_ENABLE(pop3,
-	[  --disable-pop3           disable pop3 support],
-	if test "x$enable_pop3" != 'xno'; then
-		pop3_enabled='yes'
-	fi,
-	)
-if test "x$pop3_enabled" = xyes; then
-	AC_DEFINE(ENABLE_POP3, 1, [If the POP3 support is enabled])
-#	MD5_LIBS='md5/libmd5c.a'
-	need_md5='yes'
-fi
-
 dnl auth support (default is to not use it)
 AC_ARG_ENABLE(auth,
 	[  --enable-auth            enable AUTH (RFC 2554) client support],