From 2f9e78d0db73fa953f4f542f3fbc9ddf2c9e260f Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 19 Feb 2019 12:40:36 +0000 Subject: gnunet-gns-proxy-setup-ca: conditionally sed openssl and certutil location, use variable for locations, check for openssl and certutil in configure phase. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 40890ad1a..b3caee676 100644 --- a/configure.ac +++ b/configure.ac @@ -377,6 +377,9 @@ AC_ARG_ENABLE(gcc-hardening, LDFLAGS="$LDFLAGS -pie" fi]) +# gnunet-gns-proxy-setup-ca requires openssl and certutil (nss) +AC_CHECK_PROG(have_openssl, [openssl], [yes], [no]) +AC_CHECK_PROG(have_certutil, [certutil], [yes], [no]) # Linker hardening options # Currently these options are ELF specific - you can't use this with MacOSX -- cgit v1.2.3