Re: [ptxdist] [PATCH v2 1/7] libcurl: fix configure if no SSL backend is selected

2022-09-22 Thread Michael Olbrich
On Tue, Sep 20, 2022 at 04:17:53PM +0200, Marc Kleine-Budde wrote: > If no SSL backend is selected configure will fail with the following > error: > > | configure: error: TLS not detected, you will not be able to use HTTPS, > FTPS, NTLM and more. > | Use --with-openssl, --with-gnutls,

[ptxdist] [PATCH v2 1/7] libcurl: fix configure if no SSL backend is selected

2022-09-20 Thread Marc Kleine-Budde
If no SSL backend is selected configure will fail with the following error: | configure: error: TLS not detected, you will not be able to use HTTPS, FTPS, NTLM and more. | Use --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, | --with-nss, --with-schannel, --with-secure-transport,