aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-11-30 08:57:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-12-06 00:12:48 +0100
commit0c65678e71580174686118d60b5947e2e2202605 (patch)
treed10d6c98b6199db9da0485afeefb64d128fb5fca /configure.ac
parentea3a5d07dc5d71306c60ad4fd2b8c2a3ccb57d6a (diff)
curl-config: add --ssl-backends
Lists all SSL backends that were enabled at build-time. Suggested-by: Oleg Pudeyev Fixes #2128
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index be5edabb2..001cf2ced 100755
--- a/configure.ac
+++ b/configure.ac
@@ -4124,6 +4124,9 @@ squeeze SUPPORT_PROTOCOLS
XC_CHECK_BUILD_FLAGS
+SSL_BACKENDS=${ssl_backends}
+AC_SUBST(SSL_BACKENDS)
+
if test "x$want_curldebug_assumed" = "xyes" &&
test "x$want_curldebug" = "xyes" && test "x$USE_ARES" = "x1"; then
ac_configure_args="$ac_configure_args --enable-curldebug"