diff configure.ac @ 163:3914d7cabfbc

disabled POP3 support by default
author meillo@marmaro.de
date Thu, 08 Jul 2010 14:04:39 +0200
parents 27363b36a28c
children 5b621742b2e7
line wrap: on
line diff
--- a/configure.ac	Thu Jul 08 12:19:11 2010 +0200
+++ b/configure.ac	Thu Jul 08 14:04:39 2010 +0200
@@ -146,7 +146,6 @@
 	if test "x$enable_pop3" != 'xno'; then
 		pop3_enabled='yes'
 	fi,
-	pop3_enabled='yes'
 	)
 if test "x$pop3_enabled" = xyes; then
 	AC_DEFINE(ENABLE_POP3, 1, [If the POP3 support is enabled])