changeset 11005:51150f2b3be8 HEAD

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.
author Timo Sirainen <tss@iki.fi>
date Sat, 27 Mar 2010 04:23:18 +0200
parents 89c602af7e09
children 864b17ec5fac
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)],