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 @@ -3374,7 +3374,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h
33743374 # has no effect, don't bother defining them
33753375 Darwin/[6789].* )
33763376 define_xopen_source=no;;
3377- Darwin/1 [0-9].* )
3377+ Darwin/[12] [0-9].* )
33783378 define_xopen_source=no;;
33793379 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
33803380 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ case $ac_sys_system/$ac_sys_release in
490490 # has no effect, don't bother defining them
491491 Darwin/@<:@6789@:>@.*)
492492 define_xopen_source=no;;
493- Darwin/1 @<:@0-9@:>@.*)
493+ Darwin/@<:@ [ 12 ] @:>@ @<:@0-9@:>@.*)
494494 define_xopen_source=no;;
495495 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
496496 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
You can’t perform that action at this time.
0 commit comments