From: Michael Wallner Date: Fri, 25 Mar 2016 11:02:00 +0000 (+0100) Subject: just shuffle some things around X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=6717839a1fa6fdbca866a31300d9b6b7b654b667 just shuffle some things around --- 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