From ac3ab8a14abbe4004381c8bf019578e97509f3a9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 09 Aug 2020 06:09:19 -0400 Subject: configure.ac: Check for ProteanOS root certs dir --- diff --git a/configure.ac b/configure.ac index 3827af5..ce26416 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,8 @@ AC_ARG_WITH([ca-certificates-dir], if test x"${HAVE_CA_CERTS}" != x'0' && test x"${CA_CERTS_DIR}" = x'NULL'; then AC_MSG_CHECKING([for CA root certificates directory]) for d in /etc/ssl/certs /usr/lib/ssl/certs /usr/share/ssl \ - /usr/local/ssl /etc/ssl /usr/share/ca-certificates; do + /usr/local/ssl /etc/ssl /usr/share/ca-certificates \ + /etc/x509/server-auth; do if test -d "${d}"; then AC_MSG_RESULT([${d}]) HAVE_CA_CERTS='1' -- cgit v0.9.1