diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2020-06-25 14:55:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 14:55:48 (GMT) |
commit | 8ea6353f60625c96ce96588c70ff24a77f8c71f9 (patch) | |
tree | f3ebf06f0a90fc0b52c821e29f5507864dbd7cc6 /configure | |
parent | 8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d (diff) | |
download | cpython-8ea6353f60625c96ce96588c70ff24a77f8c71f9.zip cpython-8ea6353f60625c96ce96588c70ff24a77f8c71f9.tar.gz cpython-8ea6353f60625c96ce96588c70ff24a77f8c71f9.tar.bz2 |
BPO-41100: Support macOS 11 when building (GH-21113)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3426,7 +3426,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 |