]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: make the TLS library choice(s) explicit
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Apr 2021 07:04:30 +0000 (09:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Apr 2021 21:19:47 +0000 (23:19 +0200)
commit68d89f242cf9f6326e3b2f6fe119b7c74ef41c66
tree7f3565f1fc488c98deeda841b2c645e550b2137d
parent4708f29f1c01a33e3808db5b8adfa4cd596d8067
configure: make the TLS library choice(s) explicit

configure no longer tries to find a TLS library by default, but all
libraries are now equal: the user needs to explicitly ask what TLS
library or libraries to use.

If no TLS library is selected, configure will error out unless
--without-ssl is explicitly used to request a built without TLS (as that
is very rare these days).

Removes: --with-winssl, --with-darwinssl and all --without-* options for
TLS libraries.

Closes #6897
configure.ac
docs/INSTALL.md
docs/TODO