From df4dca8f012516777e5c97d1936c723041c02276 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Sep 2013 12:21:37 +0000 Subject: [PATCH] -leave out proxy for now, as long as libcurl is not patched --- src/gns/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 33804ee48..fcd966dd7 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -47,14 +47,14 @@ lib_LTLIBRARIES = \ if HAVE_MHD if HAVE_GNUTLS if HAVE_LIBCURL - DO_PROXY=gnunet-gns-proxy +# DO_PROXY=gnunet-gns-proxy endif endif endif +# $(DO_PROXY) libexec_PROGRAMS = \ gnunet-service-gns \ - $(DO_PROXY) \ $(DO_W32_HELPER) \ gnunet-dns2gns -- 2.25.1