Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
162:71dcdc2020bc | 163:3914d7cabfbc |
---|---|
144 AC_ARG_ENABLE(pop3, | 144 AC_ARG_ENABLE(pop3, |
145 [ --disable-pop3 disable pop3 support], | 145 [ --disable-pop3 disable pop3 support], |
146 if test "x$enable_pop3" != 'xno'; then | 146 if test "x$enable_pop3" != 'xno'; then |
147 pop3_enabled='yes' | 147 pop3_enabled='yes' |
148 fi, | 148 fi, |
149 pop3_enabled='yes' | |
150 ) | 149 ) |
151 if test "x$pop3_enabled" = xyes; then | 150 if test "x$pop3_enabled" = xyes; then |
152 AC_DEFINE(ENABLE_POP3, 1, [If the POP3 support is enabled]) | 151 AC_DEFINE(ENABLE_POP3, 1, [If the POP3 support is enabled]) |
153 # MD5_LIBS='md5/libmd5c.a' | 152 # MD5_LIBS='md5/libmd5c.a' |
154 need_md5='yes' | 153 need_md5='yes' |