]> git.ipfire.org Git - thirdparty/squid.git/commit
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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sat, 29 Apr 2023 15:23:51 +0000 (03:23 +1200)
commit980929b1d3435e74e4dc607e6b045aba889095ec
tree51cd82b4b20b7f33b05c2ce223581c3857cd317c
parent83305505c4592b232683b41252ab3ef3bbfcb484
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