Mercurial > masqmail
comparison configure @ 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 |
---|---|
5186 # Check whether --enable-pop3 was given. | 5186 # Check whether --enable-pop3 was given. |
5187 if test "${enable_pop3+set}" = set; then : | 5187 if test "${enable_pop3+set}" = set; then : |
5188 enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then | 5188 enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then |
5189 pop3_enabled='yes' | 5189 pop3_enabled='yes' |
5190 fi | 5190 fi |
5191 else | |
5192 pop3_enabled='yes' | |
5193 | |
5194 fi | 5191 fi |
5195 | 5192 |
5196 if test "x$pop3_enabled" = xyes; then | 5193 if test "x$pop3_enabled" = xyes; then |
5197 | 5194 |
5198 $as_echo "#define ENABLE_POP3 1" >>confdefs.h | 5195 $as_echo "#define ENABLE_POP3 1" >>confdefs.h |