]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: only check for CA bundle for file-using SSL backends
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 May 2018 12:54:10 +0000 (14:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 May 2018 20:51:38 +0000 (22:51 +0200)
commit082bb41311a832ae1b83bb8fe1dfdefcf4e68ea5
treeb6b5cc8e5d4b7946843a5f641d5ebfc150dff409
parent1156fdd01dcb7751081ea07603812666e5bbe6b7
configure: only check for CA bundle for file-using SSL backends

When only building with SSL backends that don't use the CA bundle file
(by default), skip the check.

Fixes #2543
Fixes #2180
Closes #2545
configure.ac