gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29427 - libmicrohttpd/src/testspdy


From: gnunet
Subject: [GNUnet-SVN] r29427 - libmicrohttpd/src/testspdy
Date: Fri, 20 Sep 2013 10:11:01 +0200

Author: grothoff
Date: 2013-09-20 10:11:01 +0200 (Fri, 20 Sep 2013)
New Revision: 29427

Modified:
   libmicrohttpd/src/testspdy/Makefile.am
Log:
-help buildbots not build tests if spdy is not enabled

Modified: libmicrohttpd/src/testspdy/Makefile.am
===================================================================
--- libmicrohttpd/src/testspdy/Makefile.am      2013-09-20 08:09:31 UTC (rev 
29426)
+++ libmicrohttpd/src/testspdy/Makefile.am      2013-09-20 08:11:01 UTC (rev 
29427)
@@ -37,7 +37,11 @@
   test_misc \
   test_session_timeout
   #test_requests_with_assets 
+if HAVE_CURL_BINARY
+check_PROGRAMS +=  \
+  test_proxies
 endif 
+endif
 endif 
 endif 
 
@@ -109,14 +113,10 @@
  $(SPDY_SOURCES) 
 test_session_timeout_LDADD = $(SPDY_LDADD)
 
-if HAVE_CURL_BINARY
-check_PROGRAMS +=  \
-  test_proxies
 
 test_proxies_SOURCES = \
  test_proxies.c \
  $(SPDY_SOURCES) 
 test_proxies_LDADD = $(SPDY_LDADD)
-endif
 
 endif




reply via email to

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