[librest] Detect /etc/ssl/ca-bundle.pem for openSUSE at configure time



commit 5978559d68bc6779e6868f1f22022e2a1772b39a
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Sep 18 11:52:11 2013 +0200

    Detect /etc/ssl/ca-bundle.pem for openSUSE at configure time
    
    Based on a patch from Federico Mena Quintero for glib-networking

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3fdf39f..0e0e174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,8 @@ if test "$with_ca_certificates" = "no"; then
 else
     if test -z "$with_ca_certificates"; then
         for f in /etc/pki/tls/certs/ca-bundle.crt \
-                 /etc/ssl/certs/ca-certificates.crt; do
+                 /etc/ssl/certs/ca-certificates.crt \
+                 /etc/ssl/ca-bundle.pem; do
             if test -f "$f"; then
                 with_ca_certificates="$f"
             fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]