mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
Peter O'Gorman pointed out (and fixed) that the non-blocking check in
configure made libcurl use blocking sockets on AIX 4 and 5, while that wasn't the intention.
This commit is contained in:
parent
16710a1c9b
commit
5b1bbffdff
5
CHANGES
5
CHANGES
@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel S (31 July 2007)
|
||||||
|
- Peter O'Gorman pointed out (and fixed) that the non-blocking check in
|
||||||
|
configure made libcurl use blocking sockets on AIX 4 and 5, while that
|
||||||
|
wasn't the intention.
|
||||||
|
|
||||||
Daniel S (29 July 2007)
|
Daniel S (29 July 2007)
|
||||||
- Jayesh A Shah filed bug report #1759542
|
- Jayesh A Shah filed bug report #1759542
|
||||||
(http://curl.haxx.se/bug/view.cgi?id=1759542) identifying a rather serious
|
(http://curl.haxx.se/bug/view.cgi?id=1759542) identifying a rather serious
|
||||||
|
@ -1107,7 +1107,7 @@ AC_DEFUN([CURL_CHECK_NONBLOCKING_SOCKET],
|
|||||||
# define PLATFORM_SUNOS4
|
# define PLATFORM_SUNOS4
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
#if (defined(_AIX) || defined(__xlC__)) && !defined(_AIX4)
|
#if (defined(_AIX) || defined(__xlC__)) && !defined(_AIX41)
|
||||||
# define PLATFORM_AIX_V3
|
# define PLATFORM_AIX_V3
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user