From: Amos Jeffries Date: Tue, 14 Jun 2016 06:22:55 +0000 (+1200) Subject: Cleanup cppunit detection and use X-Git-Tag: SQUID_4_0_12~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=459011abac01875851e1fe1e306fcf556b095bcb;p=thirdparty%2Fsquid.git Cleanup cppunit detection and use The cppunit-config tool has apparently been replaced by pkg-config .pc file years ago and is now in the process of being removed from some OS. Notably Fedora. Which means our present way of detecting it for use by "make check" will increasingly fail. This converts configure.ac to using the pkg-config method of detection and updates the --with-cppunit-basedir parameter to --without-cppunit matching our naming and usage scheme for other similar options. If a =PATH is explicitly provided cppunit is assumed to exist at that location without configure-time checking. --- 459011abac01875851e1fe1e306fcf556b095bcb