bgo#673944 - Detect /etc/ssl/ca-bundle.pem for openSUSE at configure time
authorFederico Mena Quintero <federico@gnome.org>
Thu, 12 Apr 2012 21:48:17 +0000 (16:48 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Thu, 12 Apr 2012 21:48:17 +0000 (16:48 -0500)
configure.ac

index 2997731..39974d6 100644 (file)
@@ -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