]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: Handle "MultiSSL" specially When versioning symbols
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 24 Aug 2017 20:33:19 +0000 (22:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Aug 2017 21:01:17 +0000 (23:01 +0200)
commita330bab353fb1f987c61806c9bbc6a1fc2103d1e
treee8a8c7307acd86ffdbf908f4b234f9d3574f1a09
parentc7170e20d0a18ec8a514b4daa53bcdbb4dcb3a05
configure: Handle "MultiSSL" specially When versioning symbols

There is a mode in which libcurl is compiled with versioned symbols,
depending on the active SSL backend.

When multiple SSL backends are active, it does not make sense to favor
one over the others, so let's not: introduce a new prefix for the case
where multiple SSL backends are compiled into cURL.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
configure.ac