From 9b23b310712fbd2e3162e88b299780734965c5d4 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 14 Sep 2007 01:24:59 +0000 Subject: Added LDAPS, SCP and SFTP to curl-config --protocols. Removed and fixed some AC_SUBST configure entries. --- curl-config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'curl-config.in') 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@ -- cgit v1.2.1