]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Netfilter headers not detected properly.
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 19 Jun 2008 12:48:04 +0000 (00:48 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 19 Jun 2008 12:48:04 +0000 (00:48 +1200)
commita74968c2ee912a9c5bf0fbcb5ae52453aee34915
tree73ee5aa833c4e8babb967a3bf7db31887671afc1
parent005fe56645a4eca9b8033bdedafe687713ba7d90
Netfilter headers not detected properly.

ip(6)tables v1.4.0 was released with a small bug in its header dependency.
This caused our configure checks for its usability to fail.

Also a mismatch between the code #if .. #endif and configure definitions
caused some pre-compiler logic failures on GCC 4.3.

This fixes both issues and makes Squid operable again when built against
Netfilter xtables v1.4.0
configure.in
src/IPInterception.cc