masqmail
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 diff
1.1 --- a/configure.ac Thu Jul 08 12:19:11 2010 +0200 1.2 +++ b/configure.ac Thu Jul 08 14:04:39 2010 +0200 1.3 @@ -146,7 +146,6 @@ 1.4 if test "x$enable_pop3" != 'xno'; then 1.5 pop3_enabled='yes' 1.6 fi, 1.7 - pop3_enabled='yes' 1.8 ) 1.9 if test "x$pop3_enabled" = xyes; then 1.10 AC_DEFINE(ENABLE_POP3, 1, [If the POP3 support is enabled])