aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-21 19:13:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-21 19:13:12 +0000
commitd4e65d442694a98fb7ad87ce70e24126d74fc06e (patch)
treeab2eba16a0794d53cf3052b5295a585294eac034 /src/pt/Makefile.am
parent24de5100fcde80a2883ba97c51abc96091adf80f (diff)
downloadgnunet-d4e65d442694a98fb7ad87ce70e24126d74fc06e.tar.gz
gnunet-d4e65d442694a98fb7ad87ce70e24126d74fc06e.zip
-only run PT tests if we have libcurl
Diffstat (limited to 'src/pt/Makefile.am')
-rw-r--r--src/pt/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index ed7892fe0..396fa0d16 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -33,6 +33,7 @@ gnunet_daemon_pt_LDADD = \
33 $(GN_LIBINTL) 33 $(GN_LIBINTL)
34 34
35if HAVE_MHD 35if HAVE_MHD
36if HAVE_LIBCURL
36if LINUX 37if LINUX
37 VPN_TEST = \ 38 VPN_TEST = \
38 test_gnunet_vpn-4_to_6 \ 39 test_gnunet_vpn-4_to_6 \
@@ -49,6 +50,7 @@ if MINGW
49 test_gnunet_vpn-4_over 50 test_gnunet_vpn-4_over
50endif 51endif
51endif 52endif
53endif
52 54
53check_PROGRAMS = $(VPN_TEST) 55check_PROGRAMS = $(VPN_TEST)
54 56