]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Cleanup: better OpenSSL detection
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 Mar 2014 09:15:02 +0000 (02:15 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 Mar 2014 09:15:02 +0000 (02:15 -0700)
commite0b9807454925ae2f77a20bedf27302062451c5f
treec7f74097a6444d9a1e12f379d1a5ec037e6e515f
parentf11c8e2f5b6f5e70d6fbd45526491efeed7cb5b7
Cleanup: better OpenSSL detection

* remove duplicate header files detection

* remove hard dependency on pkg-config. Use library ABI checks if
  pkg-config is unavailable or broken.

* remove unnecessary if conditions by using proper nesting in the event
  user does NOT provide a custom location for the library.

* produce a hard error if OpenSSL is required by user but not found.

* always list all library objects in configure final decision output.
configure.ac