dovecot-2.0: configure: Disabled tcp-wrappers by default.

dovecot at dovecot.org dovecot at dovecot.org
Sat Mar 27 04:23:21 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/51150f2b3be8
changeset: 11005:51150f2b3be8
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Mar 27 04:23:18 2010 +0200
description:
configure: Disabled tcp-wrappers by default.
At least until someone figures out why it fails in Slackware with
"undefined reference to yp_get_default_domain" error.

diffstat:

 configure.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 89c602af7e09 -r 51150f2b3be8 configure.in
--- a/configure.in	Sat Mar 27 04:20:21 2010 +0200
+++ b/configure.in	Sat Mar 27 04:23:18 2010 +0200
@@ -176,9 +176,9 @@
   want_libcap=auto)
 
 AC_ARG_WITH(libwrap,
-[  --with-libwrap          Build with libwrap, ie. TCP-wrappers (auto)],
+[  --with-libwrap          Build with libwrap, ie. TCP-wrappers (no)],
   TEST_WITH(libwrap, $withval),
-  want_libwrap=auto)
+  want_libwrap=no)
 
 AC_ARG_WITH(ssl,
 [  --with-ssl=gnutls|openssl Build with GNUTLS or OpenSSL (default)],


More information about the dovecot-cvs mailing list