]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: if asked to use TLS, fail if no TLS lib was detected
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Aug 2022 15:29:48 +0000 (17:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Aug 2022 15:29:50 +0000 (17:29 +0200)
commit576e507c78bdd2ec88da442a5354f9dd661b9a8a
tree66ec49e3f77f890bc4e04ebf3034d1db317fa073
parent70d010d285315e5f1cad6bdb4953e167b069b692
configure: if asked to use TLS, fail if no TLS lib was detected

Previously the configure script would just warn about this fact and
continue with TLS disabled build which is not always helpful. TLS should
be explicitly disabled if that is what the user wants.

Closes #9367
configure.ac