]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix detection of cppunit (#1695)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Fri, 23 Feb 2024 11:25:11 +0000 (11:25 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 23 Feb 2024 11:25:20 +0000 (11:25 +0000)
commit39c2852af850c5d4ea254d57c1ea6fb49fe06541
tree5c80afacd993d7f7abada5148539ac01edc725a0
parent7d5be7211d14bd0bef439d170641f95c26de5926
Fix detection of cppunit (#1695)

On MacOS / Homebrew, libcppunit is not part of the system path.
pkg-config will report it; use it.

This change also ensures squid honours the promise made
in configure's help text to let administrators specify a
LIBCPPUNIT_LIBS environment variable to
override automatic detection
configure.ac