diff options
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 7 |
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@ |