aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-24 08:55:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-24 08:55:31 +0000
commite523f648eedc51d383e63b59f7de7a2038719c06 (patch)
tree9a0f4873d4952abbb7d944c0de6ae6920aea0689
parentebebe460d26de89de13ece691a42dd358ec28ce5 (diff)
downloadlibmicrohttpd-e523f648eedc51d383e63b59f7de7a2038719c06.tar.gz
libmicrohttpd-e523f648eedc51d383e63b59f7de7a2038719c06.zip
-check for curl for the spdy proxy
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 801d368b..2948d440 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,10 @@ endif
8endif 8endif
9if ENABLE_SPDY 9if ENABLE_SPDY
10if HAVE_OPENSSL 10if HAVE_OPENSSL
11microspdy = microspdy spdy2http 11microspdy = microspdy
12if HAVE_CURL
13microspdy += spdy2http
14endif
12if HAVE_SPDYLAY 15if HAVE_SPDYLAY
13microspdy += testspdy 16microspdy += testspdy
14endif 17endif