]> git.pld-linux.org Git - packages/clamav.git/blame_incremental - clamav-no_auto_libwrap.patch
- updated to 0.95
[packages/clamav.git] / clamav-no_auto_libwrap.patch
... / ...
CommitLineData
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 @@
4 dnl tcpwrappers support
5 dnl rules from http://ma.ph-freiburg.de/tng/tng-technical/2002-01/msg00094.html
6 AC_ARG_WITH([tcpwrappers],
7-[ --with-tcpwrappers support hosts.allow / hosts.deny (default=auto)],
8+[ --with-tcpwrappers support hosts.allow / hosts.deny (default=no)],
9 [ case "$withval" in
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
16 if test "$tcpw" != "no" && test "$have_milter" = "yes" ; then
17 AC_CHECK_HEADERS([tcpd.h],[
This page took 0.043118 seconds and 4 git commands to generate.