From d75d2841dcf33329544fdc6e697f2402d55226d6 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 25 Jan 2020 11:12:24 -0700 Subject: * New variable system-certs-path that allows users to indicate the location of the directory where folders are located. In PC-Alpine this must be C:\libressl\ssl\certs. The C: drive can be replaced by the name of the drive where the binary and DLL files are located. --- configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure') diff --git a/configure b/configure index a7a8ee62..dc5492a9 100755 --- a/configure +++ b/configure @@ -21814,6 +21814,12 @@ else $as_echo "$as_me: SSL Problem: certificate directory not found" >&6;} fi + +cat >>confdefs.h <<_ACEOF +#define DEFAULT_SSLCAPATH "$certdir" +_ACEOF + + if test "x$with_smime" != "xno" ; then if test -n "$certdir" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: * * * S/MIME support enabled" >&5 -- cgit v1.2.3-54-g00ecf