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 @@ -3398,7 +3398,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h
33983398 # has no effect, don't bother defining them
33993399 Darwin/[6789].* )
34003400 define_xopen_source=no;;
3401- Darwin/1 [0-9].* )
3401+ Darwin/[12] [0-9].* )
34023402 define_xopen_source=no;;
34033403 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
34043404 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ case $ac_sys_system/$ac_sys_release in
498498 # has no effect, don't bother defining them
499499 Darwin/@<:@6789@:>@.*)
500500 define_xopen_source=no;;
501- Darwin/1 @<:@0-9@:>@.*)
501+ Darwin/@<:@ [ 12 ] @:>@ @<:@0-9@:>@.*)
502502 define_xopen_source=no;;
503503 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
504504 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
You can’t perform that action at this time.
0 commit comments