diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-02 10:47:39 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-02 10:47:39 +0000 |
commit | 6720d8f548e33984822e3040a5c0eac41a0d091d (patch) | |
tree | fec6247d4592aa7447e08f37d02e2b6d4d451316 | |
parent | 3dae7d198e968be6939cd65d89019307376c1555 (diff) | |
download | libmicrohttpd-6720d8f548e33984822e3040a5c0eac41a0d091d.tar.gz libmicrohttpd-6720d8f548e33984822e3040a5c0eac41a0d091d.zip |
-fix
-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" |