libmicrohttpd

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

commit 2ea80ed34242b5ab2020ace3d70c7e21f50d4955
parent 39b664030d2750385aa7609fc1066abcab537c64
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 Sep 2013 15:56:42 +0000

-do not build if we do not have curl, even if user explicitly descends

Diffstat:
Msrc/testcurl/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -27,6 +27,7 @@ CURL_FORK_TEST = test_get_response_cleanup endif endif +if HAVE_CURL check_PROGRAMS = \ test_start_stop \ $(TEST_QUIESCE) \ @@ -54,7 +55,6 @@ check_PROGRAMS = \ perf_get $(PERF_GET_CONCURRENT) - if HAVE_POSTPROCESSOR check_PROGRAMS += \ test_post \ @@ -76,6 +76,7 @@ endif TESTS = $(check_PROGRAMS) noinst_LIBRARIES = libcurl_version_check.a +endif libcurl_version_check_a_SOURCES = \ curl_version_check.c