From a1736830ce42f08f2bd25711668f19d5d39098df Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 28 Jul 2021 00:31:47 +0000 Subject: snapshot of project "lynx", label v2-9-0dev_7a --- aclocal.m4 | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 3f248af5..70cde243 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $LynxId: aclocal.m4,v 1.303 2021/07/05 13:09:42 tom Exp $ +dnl $LynxId: aclocal.m4,v 1.304 2021/07/10 16:22:27 tom Exp $ dnl Macros for auto-configure script. dnl by Thomas E. Dickey dnl and Jim Spath @@ -7230,7 +7230,7 @@ if test "$with_dmalloc" = yes ; then fi ])dnl dnl --------------------------------------------------------------------------- -dnl CF_WITH_IDNA version: 10 updated: 2015/04/15 19:08:48 +dnl CF_WITH_IDNA version: 11 updated: 2021/07/05 09:09:42 dnl ------------ dnl Check for libidn2, use it if found. Otherwise, check for libidn, use that. dnl @@ -7322,7 +7322,7 @@ AC_CHECK_FUNCS( \ ) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_XOPEN_CURSES version: 16 updated: 2021/01/02 09:31:20 +dnl CF_XOPEN_CURSES version: 17 updated: 2021/07/10 12:22:27 dnl --------------- dnl Test if we should define X/Open source for curses, needed on Digital Unix dnl 4.x, to see the extended functions, but breaks on IRIX 6.x. @@ -7342,15 +7342,14 @@ AC_TRY_LINK([ make an error #endif #endif -#ifdef NCURSES_VERSION +#ifdef NCURSES_WIDECHAR +make an error /* prefer to fall-through on the second checks */ +#endif cchar_t check; int check2 = curs_set((int)sizeof(check)); -#endif long x = winnstr(stdscr, "", 0); int x1, y1; -#ifdef NCURSES_VERSION (void)check2; -#endif getbegyx(stdscr, y1, x1); (void)x; (void)y1; @@ -7364,16 +7363,12 @@ AC_TRY_LINK([ #define $cf_try_xopen_extension 1 #include #include <${cf_cv_ncurses_header:-curses.h}>],[ -#ifdef NCURSES_VERSION cchar_t check; int check2 = curs_set((int)sizeof(check)); -#endif long x = winnstr(stdscr, "", 0); int x1, y1; getbegyx(stdscr, y1, x1); -#ifdef NCURSES_VERSION (void)check2; -#endif (void)x; (void)y1; (void)x1; -- cgit 1.4.1-2-gfad0