gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29441 - libmicrohttpd/src/testcurl


From: gnunet
Subject: [GNUnet-SVN] r29441 - libmicrohttpd/src/testcurl
Date: Fri, 20 Sep 2013 17:56:43 +0200

Author: grothoff
Date: 2013-09-20 17:56:42 +0200 (Fri, 20 Sep 2013)
New Revision: 29441

Modified:
   libmicrohttpd/src/testcurl/Makefile.am
Log:
-do not build if we do not have curl, even if user explicitly descends

Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2013-09-20 15:18:57 UTC (rev 
29440)
+++ libmicrohttpd/src/testcurl/Makefile.am      2013-09-20 15:56:42 UTC (rev 
29441)
@@ -27,6 +27,7 @@
 endif
 endif
 
+if HAVE_CURL
 check_PROGRAMS = \
   test_start_stop \
   $(TEST_QUIESCE) \
@@ -54,7 +55,6 @@
   perf_get $(PERF_GET_CONCURRENT)
 
 
-
 if HAVE_POSTPROCESSOR
  check_PROGRAMS += \
   test_post \
@@ -76,6 +76,7 @@
 TESTS = $(check_PROGRAMS)
 
 noinst_LIBRARIES = libcurl_version_check.a
+endif
 
 libcurl_version_check_a_SOURCES = \
   curl_version_check.c




reply via email to

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