libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 6720d8f548e33984822e3040a5c0eac41a0d091d
parent 3dae7d198e968be6939cd65d89019307376c1555
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Sep 2013 10:47:39 +0000

-fix

Diffstat:
Mconfigure.ac | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -341,6 +341,8 @@ then enable_spdy="yes"], [AM_CONDITIONAL(HAVE_OPENSSL, false) enable_spdy="no"]) +else + AM_CONDITIONAL(HAVE_OPENSSL, false) fi if test "$enable_spdy" = "yes"