summaryrefslogtreecommitdiff
path: root/gnurl-config.in
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-01-21 22:37:57 +0000
committerng0 <ng0@n0.is>2018-01-21 22:37:57 +0000
commitcc5f34a99383aa99937d545f25eb1eb8cabe2ca1 (patch)
treef295bd95086d293679d9d4f0a97ce66c66dc2137 /gnurl-config.in
parent851483824fd0071cc8ac5454c475a90dfcb5f6c5 (diff)
parent9d82cde7b2bd839600041b9ca1f2f743cce23df2 (diff)
downloadgnurl-cc5f34a99383aa99937d545f25eb1eb8cabe2ca1.tar.gz
gnurl-cc5f34a99383aa99937d545f25eb1eb8cabe2ca1.tar.bz2
gnurl-cc5f34a99383aa99937d545f25eb1eb8cabe2ca1.zip
Merge branch 'master' of https://github.com/curl/curl
Diffstat (limited to 'gnurl-config.in')
-rw-r--r--gnurl-config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnurl-config.in b/gnurl-config.in
index 07bcefbf6..a2d249ccf 100644
--- a/gnurl-config.in
+++ b/gnurl-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 gnurl install prefix
--protocols newline separated list of enabled protocols
+ --ssl-backends output the SSL backends libcurl was built to support
--static-libs static libgnurl 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 ${GNURLLIBDIR}-lgnurl
fi
;;
+ --ssl-backends)
+ echo "@SSL_BACKENDS@"
+ ;;
--static-libs)
if test "X@ENABLE_STATIC@" != "Xno" ; then