summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-04-27 20:47:42 -0600
committerEduardo Chappa <chappa@washington.edu>2018-04-27 20:47:42 -0600
commitc1b6c3ea38d9c61bca1085aaee6f2c153357ccdb (patch)
tree7f4a60b0750fa2d14516d4f4c281cfb4625176f6 /configure.ac
parent3d69487e36e25aad64778ac2a91572f3fe3a3218 (diff)
downloadalpine-c1b6c3ea38d9c61bca1085aaee6f2c153357ccdb.tar.xz
* 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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