aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-26 19:24:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-26 19:24:42 +0000
commit7c9073a4c961a23cfaadc2666ffba774c727a847 (patch)
tree2e5dcba880b73fd6a112117ce8ccf0bb3dfa71c5
parent29dae094f2b8269e481012374b61b7295ca99dac (diff)
downloadlibmicrohttpd-7c9073a4c961a23cfaadc2666ffba774c727a847.tar.gz
libmicrohttpd-7c9073a4c961a23cfaadc2666ffba774c727a847.zip
update
-rw-r--r--ChangeLog4
-rw-r--r--src/testcurl/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac0e4978..25349d6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Mon Sep 26 21:24:00 CEST 2011
2 Only run response cleanup testcase if curl binary was found by
3 configure. -CG
4
1Wed Sep 21 09:53:18 CEST 2011 5Wed Sep 21 09:53:18 CEST 2011
2 Reverting to using pipes for signalling select on non-Linux 6 Reverting to using pipes for signalling select on non-Linux
3 platforms where shutdown-on-listen-sockets does not work. -WB/CG 7 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)
21 21
22if !HAVE_W32 22if !HAVE_W32
23PERF_GET_CONCURRENT=perf_get_concurrent 23PERF_GET_CONCURRENT=perf_get_concurrent
24if HAVE_CURL_BINARY
24CURL_FORK_TEST=daemontest_get_response_cleanup 25CURL_FORK_TEST=daemontest_get_response_cleanup
25endif 26endif
27endif
26 28
27check_PROGRAMS = \ 29check_PROGRAMS = \
28 daemontest_get \ 30 daemontest_get \