diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-07 16:07:26 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-07 16:07:26 +0000 |
commit | ddfa33be79f28e0cc3e9f40ae1ae8e464cc3de5a (patch) | |
tree | 53bd17c3f697a5f179efe3d9ce02d6fd9e3f2eba /CHANGES | |
parent | 25c76a760e2655a6926d8a2ef6b855bfbb33a70f (diff) |
Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol results
in a set of double-quoted strings, this macro will now return an expansion which
consists of a single double-quoted string result of concatenating all of them.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ Yang Tse (7 Aug 2008) used to provide support for a curl_off_t data type which is not gated to off_t. Further details are documented inside these mentioned header files. +- Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol + results in a set of double-quoted strings, this macro will now return an + expansion which consists of a single double-quoted string as the result of + concatenating all of them. + Yang Tse (5 Aug 2008) - Changes done to buildconf script. Validate that autom4te and autoconf, as well as aclocal and automake, versions match. Improve removal of previous |