libmicrohttpd

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

commit e523f648eedc51d383e63b59f7de7a2038719c06
parent ebebe460d26de89de13ece691a42dd358ec28ce5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 24 May 2013 08:55:31 +0000

-check for curl for the spdy proxy

Diffstat:
Msrc/Makefile.am | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -8,7 +8,10 @@ endif endif if ENABLE_SPDY if HAVE_OPENSSL -microspdy = microspdy spdy2http +microspdy = microspdy +if HAVE_CURL +microspdy += spdy2http +endif if HAVE_SPDYLAY microspdy += testspdy endif