Added LDAPS, SCP and SFTP to curl-config --protocols.

Removed and fixed some AC_SUBST configure entries.
This commit is contained in:
Dan Fandrich 2007-09-14 01:24:59 +00:00
parent 8412d1e493
commit 9b23b31071
2 changed files with 9 additions and 8 deletions

View file

@ -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@