From 7c9073a4c961a23cfaadc2666ffba774c727a847 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Sep 2011 19:24:42 +0000 Subject: update --- ChangeLog | 4 ++++ src/testcurl/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac0e4978..25349d6d 100644 --- 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 index 1a7b6a24..5a8d07cc 100644 --- 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 \ -- cgit v1.2.3