aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b44084c1..793bca52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,6 +341,8 @@ then
341 enable_spdy="yes"], 341 enable_spdy="yes"],
342 [AM_CONDITIONAL(HAVE_OPENSSL, false) 342 [AM_CONDITIONAL(HAVE_OPENSSL, false)
343 enable_spdy="no"]) 343 enable_spdy="no"])
344else
345 AM_CONDITIONAL(HAVE_OPENSSL, false)
344fi 346fi
345 347
346if test "$enable_spdy" = "yes" 348if test "$enable_spdy" = "yes"