diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-25 15:15:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 15:15:06 (GMT) |
commit | c4a53e48a98b3d8fdcfc11d1b5af3ea0dd987a88 (patch) | |
tree | ba1e177fb0013294396190cf562671044a59d34d /configure | |
parent | 8075fe199b0569428cebaf213663bdd1ca40d792 (diff) | |
download | cpython-c4a53e48a98b3d8fdcfc11d1b5af3ea0dd987a88.zip cpython-c4a53e48a98b3d8fdcfc11d1b5af3ea0dd987a88.tar.gz cpython-c4a53e48a98b3d8fdcfc11d1b5af3ea0dd987a88.tar.bz2 |
BPO-41100: Support macOS 11 when building (GH-21113)
(cherry picked from commit 8ea6353f60625c96ce96588c70ff24a77f8c71f9)
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3398,7 +3398,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h # has no effect, don't bother defining them Darwin/[6789].*) define_xopen_source=no;; - Darwin/1[0-9].*) + Darwin/[12][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 |