mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
patch #1416559: don't define _XOPEN_SOURCE on Mac OS Panther
This commit is contained in:
parent
9cdf56318d
commit
28161e2465
2 changed files with 6 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1513,7 +1513,9 @@ case $ac_sys_system/$ac_sys_release in
|
|||
;;
|
||||
# On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
|
||||
# disables platform specific features beyond repair.
|
||||
Darwin/8.*)
|
||||
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
|
||||
# has no effect, don't bother defineing them
|
||||
Darwin/[78].*)
|
||||
define_xopen_source=no
|
||||
;;
|
||||
|
||||
|
|
|
|||
|
|
@ -173,7 +173,9 @@ case $ac_sys_system/$ac_sys_release in
|
|||
;;
|
||||
# On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
|
||||
# disables platform specific features beyond repair.
|
||||
Darwin/8.*)
|
||||
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
|
||||
# has no effect, don't bother defineing them
|
||||
Darwin/[78].*)
|
||||
define_xopen_source=no
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue