]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Restore LINUX_NETFILTER define which got lost as part of the autoconf refactoring
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 10 May 2010 20:40:18 +0000 (22:40 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 10 May 2010 20:40:18 +0000 (22:40 +0200)
configure.in

index 2d000d584299514eeb4b50771eef62df64bcf72b..7cd754162af2817179da266bf07785613402f350 100644 (file)
@@ -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])