]> granicus.if.org Git - curl/commitdiff
Fixed curl-config --ca which wasn't being exported by configure.
authorDan Fandrich <dan@coneharvesters.com>
Fri, 13 Jun 2008 00:03:12 +0000 (00:03 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 13 Jun 2008 00:03:12 +0000 (00:03 +0000)
CHANGES
RELEASE-NOTES
acinclude.m4

diff --git a/CHANGES b/CHANGES
index 7592212512e0fd4bb29e3934ed23bf10e6853493..b809be5dd43f44d9f97331539af13726a2478d0d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@
 
                                   Changelog
 
+Daniel Fandrich (12 Jun 2008)
+- Fixed curl-config --ca which wasn't being exported by configure.
 
 Daniel Stenberg (11 Jun 2008)
 - I did a cleanup of the internal generic SSL layer and how the various SSL
index 1b46d0b632cbb506c34a95a0bb1517489f98e884..fc085d0c2c8a7f666eb0e2072510359a84b1b493 100644 (file)
@@ -18,7 +18,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
- o 
+ o Fixed curl-config --ca
 
 This release includes the following known bugs:
 
index 9d4ba3e2e863b6f6b0eeb5198ed923bf2042b11f..8800a8869140051f02e95b7da0c436bfffb27476 100644 (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\""