You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
474 B

  1. --- a/m4/ax_with_curses.m4
  2. +++ b/m4/ax_with_curses.m4
  3. @@ -72,7 +72,7 @@ AC_DEFUN([AX_WITH_CURSES],
  4. AC_CACHE_CHECK([for working ncursesw], ax_cv_ncursesw,
  5. [LIBS="$ax_save_LIBS -lncursesw"
  6. AC_TRY_LINK(
  7. - [#include <ncurses.h>],
  8. + [#include <ncursesw/ncurses.h>],
  9. [chtype a; int b=A_STANDOUT, c=KEY_LEFT; initscr(); ],
  10. ax_cv_ncursesw=yes, ax_cv_ncursesw=no)])
  11. if test "$ax_cv_ncursesw" = yes