summaryrefslogtreecommitdiff
path: root/curl-config.in
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2018-01-24 10:37:13 +0000
committerAlessandro Ghedini <ghedo@debian.org>2018-01-24 10:37:13 +0000
commit358ffefae02fc7eff1f0278d11848e844d689948 (patch)
treec8da6e275ae3b3ed7f25c6f89509b642926aafb5 /curl-config.in
parentf8d700cf665721b5e25f494a5de0adeda259eab7 (diff)
New upstream version 7.58.0
Diffstat (limited to 'curl-config.in')
-rw-r--r--curl-config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/curl-config.in b/curl-config.in
index af484b44..2f958ca9 100644
--- a/curl-config.in
+++ b/curl-config.in
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2001 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2001 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -44,6 +44,7 @@ Available values for OPTION include:
--libs library linking information
--prefix curl install prefix
--protocols newline separated list of enabled protocols
+ --ssl-backends output the SSL backends libcurl was built to support
--static-libs static libcurl library linking information
--version output version information
--vernum output the version information as a number (hexadecimal)
@@ -153,6 +154,9 @@ while test $# -gt 0; do
echo ${CURLLIBDIR}-lcurl
fi
;;
+ --ssl-backends)
+ echo "@SSL_BACKENDS@"
+ ;;
--static-libs)
if test "X@ENABLE_STATIC@" != "Xno" ; then