libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 2ce11cde95184de6b6a562ec5434ccdf882c5331
parent bbd9037a3e4a2b8829725a3114108f94da92fbdc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 29 May 2012 11:59:50 +0000

-typo

Diffstat:
Msrc/testcurl/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -52,7 +52,7 @@ check_PROGRAMS = \ perf_get $(PERF_GET_CONCURRENT) if HAVE_POSTPROCESSOR -check_PROGRAMS += + check_PROGRAMS += \ daemontest_post \ daemontest_postform \ daemontest_post_loop \