aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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