mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-111460: Restore ncurses widechar support on macOS (#111878)
This commit is contained in:
parent
1447af7970
commit
d2f305dfd1
3 changed files with 8 additions and 3 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -25528,7 +25528,7 @@ fi
|
|||
fi
|
||||
CURSES_CFLAGS=$(echo $CURSES_CFLAGS | sed 's/-D_XOPEN_SOURCE=600//g')
|
||||
|
||||
if test "$have_curses" = no -a "$ac_sys_system" = "Darwin"; then
|
||||
if test "$have_curses" != no -a "$ac_sys_system" = "Darwin"; then
|
||||
|
||||
as_fn_append CURSES_CFLAGS " -D_XOPEN_SOURCE_EXTENDED=1"
|
||||
printf "%s\n" "#define HAVE_NCURSESW 1" >>confdefs.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue