aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-20 15:56:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-20 15:56:42 +0000
commit2ea80ed34242b5ab2020ace3d70c7e21f50d4955 (patch)
tree43bbed92935e1c6d3169ff8a187b93254c04601c
parent39b664030d2750385aa7609fc1066abcab537c64 (diff)
downloadlibmicrohttpd-2ea80ed34242b5ab2020ace3d70c7e21f50d4955.tar.gz
libmicrohttpd-2ea80ed34242b5ab2020ace3d70c7e21f50d4955.zip
-do not build if we do not have curl, even if user explicitly descends
-rw-r--r--src/testcurl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index b83983e8..8ad4bd5a 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -27,6 +27,7 @@ CURL_FORK_TEST = test_get_response_cleanup
27endif 27endif
28endif 28endif
29 29
30if HAVE_CURL
30check_PROGRAMS = \ 31check_PROGRAMS = \
31 test_start_stop \ 32 test_start_stop \
32 $(TEST_QUIESCE) \ 33 $(TEST_QUIESCE) \
@@ -54,7 +55,6 @@ check_PROGRAMS = \
54 perf_get $(PERF_GET_CONCURRENT) 55 perf_get $(PERF_GET_CONCURRENT)
55 56
56 57
57
58if HAVE_POSTPROCESSOR 58if HAVE_POSTPROCESSOR
59 check_PROGRAMS += \ 59 check_PROGRAMS += \
60 test_post \ 60 test_post \
@@ -76,6 +76,7 @@ endif
76TESTS = $(check_PROGRAMS) 76TESTS = $(check_PROGRAMS)
77 77
78noinst_LIBRARIES = libcurl_version_check.a 78noinst_LIBRARIES = libcurl_version_check.a
79endif
79 80
80libcurl_version_check_a_SOURCES = \ 81libcurl_version_check_a_SOURCES = \
81 curl_version_check.c 82 curl_version_check.c