diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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"]) |
344 | else | ||
345 | AM_CONDITIONAL(HAVE_OPENSSL, false) | ||
344 | fi | 346 | fi |
345 | 347 | ||
346 | if test "$enable_spdy" = "yes" | 348 | if test "$enable_spdy" = "yes" |