]> git.ipfire.org Git - thirdparty/squid.git/commit
Netfilter headers not detected properly.
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 20 Jun 2008 12:41:29 +0000 (06:41 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 20 Jun 2008 12:41:29 +0000 (06:41 -0600)
commit6045f51832ee340d09d4c439cabf4f06636c8803
tree09f0cd19bb7740a57263ba0904af5a272d1219c4
parenteb84b458f4fb4c6db466d0b2b621be5927599180
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
configure.in
include/autoconf.h.in