commit 7c9073a4c961a23cfaadc2666ffba774c727a847
parent 29dae094f2b8269e481012374b61b7295ca99dac
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 26 Sep 2011 19:24:42 +0000
update
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 26 21:24:00 CEST 2011
+ Only run response cleanup testcase if curl binary was found by
+ configure. -CG
+
Wed Sep 21 09:53:18 CEST 2011
Reverting to using pipes for signalling select on non-Linux
platforms where shutdown-on-listen-sockets does not work. -WB/CG
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
@@ -21,8 +21,10 @@ $(LIBCURL_CPPFLAGS)
if !HAVE_W32
PERF_GET_CONCURRENT=perf_get_concurrent
+if HAVE_CURL_BINARY
CURL_FORK_TEST=daemontest_get_response_cleanup
endif
+endif
check_PROGRAMS = \
daemontest_get \