]> git.ipfire.org Git - thirdparty/curl.git/commit
configure.ac: Disable metalink support if an incompatible SSL/TLS specified
authorSteve Holme <steve_holme@hotmail.com>
Sat, 29 Feb 2020 21:44:10 +0000 (21:44 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 1 Mar 2020 15:10:25 +0000 (15:10 +0000)
commitcdcc9df182727b744b1baf686685a2ac41d0f36d
tree4eec3ab45aef408d61e51a859160492250f4652b
parentc770609238fa9b2eb5da0f063efdf987b7c3b7cf
configure.ac: Disable metalink support if an incompatible SSL/TLS specified

tool_metalink only supports cryptography from OpenSSL, GnuTLS, NSS,
The Win32 Crypto library and Apple's Common Crypto library.

If an TLS backend such as mbedTLS or WolfSSL is specified then the
following error is given during compilation along, with a load of
unresolved extern errors:

Can't compile METALINK support without a crypto library.

Reviewed-by: Daniel Stenberg
Closes #5006
configure.ac