diff options
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r-- | src/testcurl/Makefile.am | 3 |
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 | |||
27 | endif | 27 | endif |
28 | endif | 28 | endif |
29 | 29 | ||
30 | if HAVE_CURL | ||
30 | check_PROGRAMS = \ | 31 | check_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 | |||
58 | if HAVE_POSTPROCESSOR | 58 | if HAVE_POSTPROCESSOR |
59 | check_PROGRAMS += \ | 59 | check_PROGRAMS += \ |
60 | test_post \ | 60 | test_post \ |
@@ -76,6 +76,7 @@ endif | |||
76 | TESTS = $(check_PROGRAMS) | 76 | TESTS = $(check_PROGRAMS) |
77 | 77 | ||
78 | noinst_LIBRARIES = libcurl_version_check.a | 78 | noinst_LIBRARIES = libcurl_version_check.a |
79 | endif | ||
79 | 80 | ||
80 | libcurl_version_check_a_SOURCES = \ | 81 | libcurl_version_check_a_SOURCES = \ |
81 | curl_version_check.c | 82 | curl_version_check.c |