[autoconf] check for ncursesw instead of just ncurses

Fixes #479
This commit is contained in:
Timothy Stack 2020-08-30 21:26:12 -07:00
parent eb88ec4f6c
commit 9b751940ae
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ LNAV_WITH_LOCAL_YAJL
AX_WITH_CURSES
AS_VAR_IF([ax_cv_curses],[yes],[],
AC_MSG_ERROR([requires an X/Open-compatible Curses library with color])dnl
AS_VAR_IF([ax_cv_ncursesw],[yes],[],
AC_MSG_ERROR([requires an X/Open-compatible ncursesw library with color])dnl
)
AX_PATH_LIB_PCRE([], [AC_MSG_ERROR([pcre required to build])])