From 6717839a1fa6fdbca866a31300d9b6b7b654b667 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 25 Mar 2016 12:02:00 +0100 Subject: [PATCH] just shuffle some things around --- config9.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config9.m4 b/config9.m4 index e0463d1..6917fca 100644 --- a/config9.m4 +++ b/config9.m4 @@ -419,8 +419,9 @@ dnl ---- for i in \ "$CURL_CONFIG_CA" \ /etc/ssl/certs \ - /etc/pki/tls/certs/ca-bundle.crt \ /etc/ssl/certs/ca-bundle.crt \ + /etc/ssl/certs/ca-certificates.crt \ + /etc/pki/tls/certs/ca-bundle.crt \ /etc/pki/tls/certs/ca-bundle.trust.crt \ /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem \ /System/Library/OpenSSL @@ -435,7 +436,7 @@ dnl ---- fi done if test -n "$CURL_CA_PATH" && test -n "$CURL_CA_INFO"; then - AC_MSG_RESULT([info:$CURL_CA_INFO, path:$CURL_CA_PATH]) + AC_MSG_RESULT([path:$CURL_CA_PATH, info:$CURL_CA_INFO]) AC_DEFINE_UNQUOTED([PHP_HTTP_CURL_CAPATH], ["$CURL_CA_PATH"], [path to default SSL CA path]) AC_DEFINE_UNQUOTED([PHP_HTTP_CURL_CAINFO], ["$CURL_CA_INFO"], [path to default SSL CA info]) elif test -n "$CURL_CA_INFO"; then -- 2.30.2