]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Fix default build with libgnutls but absent GnuTLS headers (#1332)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Thu, 27 Apr 2023 16:42:02 +0000 (16:42 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 27 Apr 2023 19:10:18 +0000 (19:10 +0000)
commit580160fb19d3e4ea2dfb1cb6c1e11a335828829d
tree84dd317d9be261447f2c8f9902c7373c102b97b9
parent5afcde4dec573560d9ccbc87093d84b66fe988ea
Fix default build with libgnutls but absent GnuTLS headers (#1332)

Ensure that when libgnutls is found but any of the required GnuTLS
headers cannot be used, GnuTLS support is not enabled by default and an
explicit request for GnuTLS support is fatally rejected during
./configure. Otherwise, the build fails later anyway, during "make".

The problem was exposed by a mingw-cross build.
configure.ac