Fixed curl-config --ca which wasn't being exported by configure.

This commit is contained in:
Dan Fandrich
2008-06-13 00:03:12 +00:00
parent 024c7641a9
commit c1a71ad14f
3 changed files with 4 additions and 1 deletions

View File

@@ -3070,6 +3070,7 @@ AC_HELP_STRING([--without-ca-path], [Don't use a default CA path]),
if test "x$ca" != "xno"; then
CURL_CA_BUNDLE='"'$ca'"'
AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle])
AC_SUBST(CURL_CA_BUNDLE)
AC_MSG_RESULT([$ca])
elif test "x$capath" != "xno"; then
CURL_CA_PATH="\"$capath\""