]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix --enable-log-daemon-helpers auto-detect helpers
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 12:56:18 +0000 (06:56 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 12:56:18 +0000 (06:56 -0600)
commit6a8b104069129ad2d3edeab5f014a9da3ed72e81
treeaf6d0127d385f7a783394dfc9279a2217938d0e9
parent0160be3bc24e46f78302b92e5381e11cee2a9a3b
Fix --enable-log-daemon-helpers auto-detect helpers

The code initializing default values and determining helper detection
was significantly different from other helpers detection logics. Combined
with rev.12786 logic changes resulted in the detection always failing.

Update the --enable-log-deemon-heleprs option to work identically to the
--enable-external-acl-helpers option.
configure.ac
helpers/log_daemon/modules.m4