aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-02 10:47:39 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-02 10:47:39 +0000
commit6720d8f548e33984822e3040a5c0eac41a0d091d (patch)
treefec6247d4592aa7447e08f37d02e2b6d4d451316
parent3dae7d198e968be6939cd65d89019307376c1555 (diff)
downloadlibmicrohttpd-6720d8f548e33984822e3040a5c0eac41a0d091d.tar.gz
libmicrohttpd-6720d8f548e33984822e3040a5c0eac41a0d091d.zip
-fix
-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"