]> git.ipfire.org Git - thirdparty/squid.git/commit - lib/libTrie/Trie.h
Fix ESI breaks with --disable-optimizations
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Jan 2009 00:22:12 +0000 (13:22 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Jan 2009 00:22:12 +0000 (13:22 +1300)
commitea2728e3dfd02501f9428c3712b3c9023f7d5fec
treee65233009d8366a57dec744e3f10c9b15b9ea409
parent21372988118a68866cef245c94482e82c621b4f6
Fix ESI breaks with --disable-optimizations

Turns out the libTrie configure script shares some macro handling
which needed a re-sync with the main squid script.

TODO: These should really be made into shared macros.
lib/libTrie/configure.in
lib/libTrie/include/Trie.h
lib/libTrie/src/Trie.cc
src/Makefile.am