Skip to content

Commit 47a25cc

Browse files
committed
pythongh-94644: Define HAVE_NCURSESW in pkg-config branch
1 parent 8bbd70b commit 47a25cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

configure

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -6112,6 +6112,7 @@ AS_VAR_IF([ac_cv_header_ncurses_h], [yes], [
61126112
if test "$ac_sys_system" != "Darwin"; then
61136113
dnl On macOS, there is no separate /usr/lib/libncursesw nor libpanelw.
61146114
PKG_CHECK_MODULES([CURSES], [ncursesw], [
6115+
AC_DEFINE([HAVE_NCURSESW], [1])
61156116
have_curses=ncursesw
61166117
], [
61176118
WITH_SAVE_ENV([

0 commit comments

Comments
 (0)