From 191cfb1556ca94bc0bab9427c5de7b83cb45cd7c Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 16 Dec 2010 22:48:23 +0000 Subject: Fixing syntax error in configure script. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 08837b2b..edc4adb0 100755 --- a/configure +++ b/configure @@ -367,6 +367,7 @@ if [ "$ssl" = "auto" ]; then if [ "$ret" = "0" ]; then # Disable NSS for now as it's known to not work very well ATM. #detect_nss + : fi elif [ "$ssl" = "gnutls" ]; then detect_gnutls -- cgit v1.2.3