diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-04 06:48:11 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-04 06:48:11 +0000 |
commit | b4fdccf87a78d2de32e049e5926e921f002e5ac7 (patch) | |
tree | fddc3154a8a140d4f1a550845b12075167a1848d /CHANGES | |
parent | 8d012181b01aae80b46c90755a55126bc9731f7d (diff) |
Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.
Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. But,
autoconf 2.62 version of AC_AIX defines _ALL_SOURCE along with other four
preprocessor symbols no matter if the system is AIX or not. To keep the
traditional behaviour, as well as an uniform one, across autoconf versions
AC_AIX is replaced with our own internal macro.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Yang Tse (4 Aug 2008) +- Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. + Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. 2.62 + version of AC_AIX defines _ALL_SOURCE and other four preprocessor symbols + no matter if the system is AIX or not. To keep the traditional behaviour, + and an uniform one across autoconf versions AC_AIX is replaced with our + own internal macro CURL_CHECK_AIX_ALL_SOURCE. + Daniel Stenberg (4 Aug 2008) - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT |