]> git.pld-linux.org Git - packages/clamav.git/blob - clamav-no_auto_libwrap.patch
- added missing CVE references to revision: 1.229, 1.235 and 1.237
[packages/clamav.git] / clamav-no_auto_libwrap.patch
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.058845 seconds and 3 git commands to generate.