]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-no_auto_libwrap.patch
- updated to 0.95
[packages/clamav.git] / clamav-no_auto_libwrap.patch
CommitLineData
30037505 1--- clamav-0.93rc1/configure.in~ 2008-03-30 15:10:25.470753399 +0200
2+++ clamav-0.93rc1/configure.in 2008-03-30 15:12:07.615636507 +0200
3@@ -989,12 +989,12 @@
0c604439 4 dnl tcpwrappers support
5 dnl rules from http://ma.ph-freiburg.de/tng/tng-technical/2002-01/msg00094.html
30037505 6 AC_ARG_WITH([tcpwrappers],
0c604439 7-[ --with-tcpwrappers support hosts.allow / hosts.deny (default=auto)],
8+[ --with-tcpwrappers support hosts.allow / hosts.deny (default=no)],
8b30b39d 9 [ case "$withval" in
01b23104 10 yes|no) tcpw="$withval" ;;
11 *) AC_MSG_ERROR([--with-tcpwrappers does not take an argument]) ;;
12 esac],
13-[ tcpw=auto ])
14+[ tcpw=no ])
15
0c604439 16 if test "$tcpw" != "no" && test "$have_milter" = "yes" ; then
30037505 17 AC_CHECK_HEADERS([tcpd.h],[
This page took 0.032543 seconds and 4 git commands to generate.