aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 7d343e7ff..cc633698b 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -98,7 +98,7 @@ xOPENSSL=$(shell which openssl)
98do_subst_openssl = $(SED) -e 's,[@]OPENSSLBIN[@],${xOPENSSL},g' 98do_subst_openssl = $(SED) -e 's,[@]OPENSSLBIN[@],${xOPENSSL},g'
99endif 99endif
100 100
101if HAVE_NSS 101if HAVE_CERTUTIL
102xCERTUTIL=$(shell which certutil) 102xCERTUTIL=$(shell which certutil)
103do_subst_certutil = $(SED) -e 's,[@]CERTUTILBIN[@],${xCERTUTIL},g' 103do_subst_certutil = $(SED) -e 's,[@]CERTUTILBIN[@],${xCERTUTIL},g'
104endif 104endif
@@ -111,7 +111,7 @@ gnunet-gns-proxy-setup-ca: gnunet-gns-proxy-setup-ca.in
111 ifeq ($(HAVE_OPENSSL), 1) 111 ifeq ($(HAVE_OPENSSL), 1)
112 $(do_subst_openssl) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca 112 $(do_subst_openssl) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca
113 endif 113 endif
114 ifeq ($(HAVE_OPENSSL), 1) 114 ifeq ($(HAVE_CERTUTIL), 1)
115 $(do_subst_certutil) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca 115 $(do_subst_certutil) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca
116 endif 116 endif
117 chmod +x gnunet-gns-proxy-setup-ca 117 chmod +x gnunet-gns-proxy-setup-ca