mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 78808 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r78808 | ronald.oussoren | 2010-03-09 07:40:19 +0100 (Tue, 09 Mar 2010) | 2 lines Bugfix for the fix for issue 8067 ........
This commit is contained in:
parent
095d2820bb
commit
d4be7a24d4
2 changed files with 3 additions and 3 deletions
|
@ -322,7 +322,7 @@ case $ac_sys_system/$ac_sys_release in
|
|||
# has no effect, don't bother defining them
|
||||
Darwin/@<:@6789@:>@.*)
|
||||
define_xopen_source=no;;
|
||||
Darwin/1@<:@6789@:>@.*)
|
||||
Darwin/1@<:@0-9@:>@.*)
|
||||
define_xopen_source=no;;
|
||||
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
|
||||
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue