From c1b6c3ea38d9c61bca1085aaee6f2c153357ccdb Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 27 Apr 2018 20:47:42 -0600 Subject: * Add test for ca-bundle.crt for systems that provide it. * Add %libresslflags% to the set of extracflagsnq in the kerberos build of PC-Alpine. This adds S/MIME support to that build. Fixed by Ulf-Dietrich Braumann. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4c3d3ef1..92a584d3 100644 --- a/configure.ac +++ b/configure.ac @@ -2002,7 +2002,7 @@ else SSL_CERT_LINK="no" if test -z "`ls ${certdir} | $EGREP '^@<:@0-9A-Fa-f@:>@{8}\.@<:@0-9@:>@'`" ; then SSL_BUNDLE_EXISTS="no" - SSL_PEM="factory.pem ca-bundle.pem" + SSL_PEM="factory.pem ca-bundle.pem ca-bundle.crt" for SSL_BUNDLE in $SSL_PEM do if test -f ${certdir}/${SSL_BUNDLE} ; then -- cgit v1.2.3-54-g00ecf