aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-12-16 12:09:58 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-12-16 12:09:58 +0000
commitc5920df89b2e407b63e3a7e6825b2ed68ab96af2 (patch)
treef5a0a0e39d9220f7e145f3aeb2defd5ad3e2432d /configure
parent9c846175a71a36cbc49b63ab1668d01675e16203 (diff)
Don't use NSS unless the user insists. It's known to not work so well (and
has been fully broken for a long time already anyway). Just use GnuTLS, it's on every machine these days.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 0b8a803f..08837b2b 100755
--- a/configure
+++ b/configure
@@ -365,7 +365,8 @@ detect_resolv_static()
if [ "$ssl" = "auto" ]; then
detect_gnutls
if [ "$ret" = "0" ]; then
- detect_nss
+ # Disable NSS for now as it's known to not work very well ATM.
+ #detect_nss
fi
elif [ "$ssl" = "gnutls" ]; then
detect_gnutls