masqmail
diff configure.ac @ 164:5b621742b2e7
removed the mserver feature
i.e. the functionality itself in the code
the `mserver' value of online_detect and `mserver_iface' config options
and the --enable-mserver configure option
All functionality, however, is still available through mservdetect
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 22:01:33 +0200 |
parents | 3914d7cabfbc |
children | 25b769efafe6 |
line diff
1.1 --- a/configure.ac Thu Jul 08 14:04:39 2010 +0200 1.2 +++ b/configure.ac Thu Jul 08 22:01:33 2010 +0200 1.3 @@ -216,17 +216,6 @@ 1.4 fi 1.5 AC_SUBST(IDENT_LIBS) 1.6 1.7 -dnl mserver support (default is to not use it) 1.8 -AC_ARG_ENABLE(mserver, 1.9 - [ --enable-mserver enable mserver support], 1.10 - if test "x$enable_mserver" != 'xno'; then 1.11 - mserver_enabled='yes' 1.12 - fi, 1.13 - ) 1.14 -if test "x$mserver_enabled" = xyes; then 1.15 - AC_DEFINE(ENABLE_MSERVER, 1, [If mserver support is enabled]) 1.16 -fi 1.17 - 1.18 dnl liblockfile 1.19 AC_ARG_WITH(liblockfile, 1.20 [ --with-liblockfile use liblock (for Debian)],