aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-06-13 00:03:12 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-06-13 00:03:12 +0000
commitc1a71ad14f0632d808bef081716838f89db2cad5 (patch)
tree4df50073b09750dcbd41eb5f6b64dff533b46ae2 /acinclude.m4
parent024c7641a9ee54ed4253e3cfe456107965e29c04 (diff)
Fixed curl-config --ca which wasn't being exported by configure.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9d4ba3e2e..8800a8869 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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\""