From: Henrik Nordstrom Date: Mon, 10 May 2010 20:40:18 +0000 (+0200) Subject: Restore LINUX_NETFILTER define which got lost as part of the autoconf refactoring X-Git-Tag: SQUID_3_2_0_1~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=969d4051238e465e76d89a571963a9292b39d0d7;p=thirdparty%2Fsquid.git Restore LINUX_NETFILTER define which got lost as part of the autoconf refactoring --- diff --git a/configure.in b/configure.in index 2d000d5842..7cd754162a 100644 --- a/configure.in +++ b/configure.in @@ -3206,8 +3206,8 @@ if test "$enable_linux_netfilter" != "no" ; then fi fi fi -#notice and define for LINUX_NETFILTER must be delayed as TPROXY -# may have something to say about it +SQUID_DEFINE_BOOL([LINUX_NETFILTER],$enable_linux_netfilter, + [Enable support for Transparent Proxy on Linux via Netfilter]) dnl Netfilter TPROXY depends on libcap but the NAT parts can still work. AC_MSG_NOTICE([Support for Netfilter-based interception proxy requested: $enable_linux_netfilter])