aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-12-16 22:48:23 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-12-16 22:48:23 +0000
commit191cfb1556ca94bc0bab9427c5de7b83cb45cd7c (patch)
tree9506bf4bf2da36d01b215955626e25437e0e1b06 /configure
parentfe79f7a75d455c6ebf49b5da9f4d6aa905d44294 (diff)
Fixing syntax error in configure script.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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