From: Christian Heimes Date: Thu, 7 Jul 2022 10:57:12 +0000 (+0200) Subject: gh-94644: Define HAVE_NCURSESW in pkg-config branch (#94651) X-Git-Tag: v3.12.0a1~1007 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c60b25a0d5c0107862a04e3ba8f789921b88961;p=thirdparty%2FPython%2Fcpython.git gh-94644: Define HAVE_NCURSESW in pkg-config branch (#94651) --- diff --git a/configure b/configure index 38481eea8475..bb0625432d21 100755 --- a/configure +++ b/configure @@ -21825,6 +21825,8 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } + $as_echo "#define HAVE_NCURSESW 1" >>confdefs.h + have_curses=ncursesw fi diff --git a/configure.ac b/configure.ac index 42e181bca9da..fde61728e7ef 100644 --- a/configure.ac +++ b/configure.ac @@ -6112,6 +6112,7 @@ AS_VAR_IF([ac_cv_header_ncurses_h], [yes], [ if test "$ac_sys_system" != "Darwin"; then dnl On macOS, there is no separate /usr/lib/libncursesw nor libpanelw. PKG_CHECK_MODULES([CURSES], [ncursesw], [ + AC_DEFINE([HAVE_NCURSESW], [1]) have_curses=ncursesw ], [ WITH_SAVE_ENV([