mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
Revert "[autoconf] check for ncursesw instead of just ncurses"
This reverts commit 9b751940ae
.
This commit is contained in:
parent
a9dda41baf
commit
0aa31964aa
@ -125,8 +125,8 @@ LNAV_WITH_LOCAL_YAJL
|
||||
|
||||
AX_WITH_CURSES
|
||||
|
||||
AS_VAR_IF([ax_cv_ncursesw],[yes],[],
|
||||
AC_MSG_ERROR([requires an X/Open-compatible ncursesw library with color])dnl
|
||||
AS_VAR_IF([ax_cv_curses],[yes],[],
|
||||
AC_MSG_ERROR([requires an X/Open-compatible Curses library with color])dnl
|
||||
)
|
||||
|
||||
AX_PATH_LIB_PCRE([], [AC_MSG_ERROR([pcre required to build])])
|
||||
|
Loading…
Reference in New Issue
Block a user