gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29405 - libmicrohttpd/src/testspdy
Date: Wed, 18 Sep 2013 22:24:14 +0200

Author: wachs
Date: 2013-09-18 22:24:14 +0200 (Wed, 18 Sep 2013)
New Revision: 29405

Modified:
   libmicrohttpd/src/testspdy/Makefile.am
Log:
make check if spdlay is not existing


Modified: libmicrohttpd/src/testspdy/Makefile.am
===================================================================
--- libmicrohttpd/src/testspdy/Makefile.am      2013-09-18 19:57:18 UTC (rev 
29404)
+++ libmicrohttpd/src/testspdy/Makefile.am      2013-09-18 20:24:14 UTC (rev 
29405)
@@ -21,8 +21,8 @@
 PERF_GET_CONCURRENT=perf_get_concurrent
 endif
 
-check_PROGRAMS = \
-  test_daemon_start_stop \
+if HAVE_SPDYLAY
+check_PROGRAMS = \ test_daemon_start_stop \
   test_daemon_start_stop_many \
   test_struct_namevalue \
   test_new_connection \
@@ -32,9 +32,13 @@
   #test_requests_with_assets \
   test_misc \
   test_session_timeout
+else
+check_PROGRAMS =
+endif
 
 TESTS = $(check_PROGRAMS)
 
+
 SPDY_SOURCES= \
  common.h common.c
 
@@ -98,6 +102,7 @@
  $(SPDY_SOURCES) 
 test_session_timeout_LDADD = $(SPDY_LDADD)
 
+if HAVE_SPDYLAY
 if HAVE_CURL_BINARY
 
 check_PROGRAMS +=  \
@@ -109,3 +114,4 @@
 test_proxies_LDADD = $(SPDY_LDADD)
 
 endif
+endif




reply via email to

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