curl-config.in: Don't surround CA path with quotes https://github.com/curl/curl/issues/15041 --- curl-config.in.orig +++ curl-config.in @@ -71,7 +71,7 @@ while test "$#" -gt 0; do ;; --ca) - echo '@CURL_CA_BUNDLE@' + echo @CURL_CA_BUNDLE@ ;; --cc)