summaryrefslogtreecommitdiff
path: root/curl-config.in
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-09-14 01:24:59 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-09-14 01:24:59 +0000
commit9b23b310712fbd2e3162e88b299780734965c5d4 (patch)
treec1f91c710d8f2861b14c700a1742bbf7bb670896 /curl-config.in
parent8412d1e4937899aedc69852cc5de63c4273e14d6 (diff)
downloadcurl-9b23b310712fbd2e3162e88b299780734965c5d4.tar.gz
Added LDAPS, SCP and SFTP to curl-config --protocols.
Removed and fixed some AC_SUBST configure entries.
Diffstat (limited to 'curl-config.in')
-rw-r--r--curl-config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/curl-config.in b/curl-config.in
index 96a1a0267..92d1bb02e 100644
--- a/curl-config.in
+++ b/curl-config.in
@@ -131,12 +131,19 @@ while test $# -gt 0; do
if test "@CURL_DISABLE_LDAP@" != "1"; then
echo "LDAP"
fi
+ if test "@CURL_DISABLE_LDAPS@" != "1"; then
+ echo "LDAPS"
+ fi
if test "@CURL_DISABLE_DICT@" != "1"; then
echo "DICT"
fi
if test "@CURL_DISABLE_TFTP@" != "1"; then
echo "TFTP"
fi
+ if test "@USE_LIBSSH2@" = "1"; then
+ echo "SCP"
+ echo "SFTP"
+ fi
;;
--version)
echo libcurl @VERSION@