diff options
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |