At least until someone figures out why it fails in Slackware with
"undefined reference to yp_get_default_domain" error.
--HG--
branch : HEAD
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)],