[glib-networking] bgo#673944 - Detect /etc/ssl/ca-bundle.pem for openSUSE at configure time
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] bgo#673944 - Detect /etc/ssl/ca-bundle.pem for openSUSE at configure time
- Date: Thu, 12 Apr 2012 21:47:35 +0000 (UTC)
commit f38ec219fde7e28ff0e27b749839e8662c5301fa
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Apr 12 16:48:17 2012 -0500
bgo#673944 - Detect /etc/ssl/ca-bundle.pem for openSUSE at configure time
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2997731..39974d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,8 @@ if test "x$with_gnutls" = "xyes"; 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]