]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-no_auto_libwrap.patch
- oops, it's 3.7-4 not 3.7.4
[packages/clamav.git] / clamav-no_auto_libwrap.patch
CommitLineData
0c604439 1--- clamav-0.80rc4.orig/configure.in 2004-10-11 04:13:35.000000000 +0200
2+++ clamav-0.80rc4/configure.in 2004-10-16 23:33:12.456451560 +0200
3@@ -480,12 +480,12 @@
4 dnl tcpwrappers support
5 dnl rules from http://ma.ph-freiburg.de/tng/tng-technical/2002-01/msg00094.html
8b30b39d 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
17 AC_CHECK_HEADERS(tcpd.h,[
This page took 0.080772 seconds and 4 git commands to generate.