gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17022 - in libmicrohttpd: . src/testcurl


From: gnunet
Subject: [GNUnet-SVN] r17022 - in libmicrohttpd: . src/testcurl
Date: Mon, 26 Sep 2011 21:24:42 +0200

Author: grothoff
Date: 2011-09-26 21:24:42 +0200 (Mon, 26 Sep 2011)
New Revision: 17022

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/testcurl/Makefile.am
Log:
update

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-09-26 19:23:55 UTC (rev 17021)
+++ libmicrohttpd/ChangeLog     2011-09-26 19:24:42 UTC (rev 17022)
@@ -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

Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2011-09-26 19:23:55 UTC (rev 
17021)
+++ libmicrohttpd/src/testcurl/Makefile.am      2011-09-26 19:24:42 UTC (rev 
17022)
@@ -21,8 +21,10 @@
 
 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 \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]