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.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bf5762db..ac90e420 100644 --- a/configure.ac +++ b/configure.ac @@ -2080,6 +2080,8 @@ else AC_MSG_NOTICE([SSL Problem: certificate directory not found]) fi + AC_DEFINE_UNQUOTED([DEFAULT_SSLCAPATH],"$certdir",[Directory where system certificates are located]) + if test "x$with_smime" != "xno" ; then if test -n "$certdir" ; then AC_MSG_NOTICE([* * * S/MIME support enabled]) -- cgit v1.2.3-54-g00ecf