aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 751e5b32..cc678e01 100755
--- a/configure
+++ b/configure
@@ -61,7 +61,7 @@ Option Description Default
--ipv6=0/1 IPv6 socket support $ipv6
---ssl=... SSL library to use (gnutls, nss, openssl, bogus, auto)
+--ssl=... SSL library to use (gnutls, nss, openssl, sspi, bogus, auto)
$ssl
EOF
exit;
@@ -224,6 +224,8 @@ if [ "$msn" = 1 -o "$jabber" = 1 ]; then
detect_gnutls;
elif [ "$ssl" = "nss" ]; then
detect_nss;
+ elif [ "$ssl" = "sspi" ]; then
+ echo
elif [ "$ssl" = "openssl" ]; then
echo
echo 'No detection code exists for OpenSSL. Make sure that you have a complete'