]> git.pld-linux.org Git - packages/clamav.git/blob - clamav-no_auto_libwrap.patch
- typo
[packages/clamav.git] / clamav-no_auto_libwrap.patch
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
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.103195 seconds and 3 git commands to generate.