File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Support macOS 11 when building.
Original file line number Diff line number Diff line change @@ -3426,7 +3426,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h
34263426 # has no effect, don't bother defining them
34273427 Darwin/[6789].*)
34283428 define_xopen_source=no;;
3429- Darwin/1 [0-9].*)
3429+ Darwin/[12] [0-9].*)
34303430 define_xopen_source=no;;
34313431 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
34323432 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ case $ac_sys_system/$ac_sys_release in
510510 # has no effect, don't bother defining them
511511 Darwin/@<:@6789@:>@.*)
512512 define_xopen_source=no;;
513- Darwin/1 @<:@0-9@:>@.*)
513+ Darwin/@<:@ [ 12 ] @:>@ @<:@0-9@:>@.*)
514514 define_xopen_source=no;;
515515 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
516516 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
You can’t perform that action at this time.
0 commit comments