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 @@ -3422,7 +3422,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h
34223422 # has no effect, don't bother defining them
34233423 Darwin/[6789].* )
34243424 define_xopen_source=no;;
3425- Darwin/1 [0-9].* )
3425+ Darwin/[12] [0-9].* )
34263426 define_xopen_source=no;;
34273427 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
34283428 # 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