From 969d4051238e465e76d89a571963a9292b39d0d7 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Mon, 10 May 2010 22:40:18 +0200 Subject: [PATCH] Restore LINUX_NETFILTER define which got lost as part of the autoconf refactoring --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.47.2