[libedit/configure.ac] Refactor tgetent message to reflect libraries searched
Signed-off-by: Earl Chew <earl_chew@yahoo.com>
This commit is contained in:

committed by
Jeffrey Altman

parent
07ee8fd3f4
commit
5e7bc8d881
@@ -37,7 +37,7 @@ EL_MANTYPE
|
||||
AC_CHECK_LIB(curses, tgetent,,
|
||||
[AC_CHECK_LIB(ncurses, tgetent,,
|
||||
[AC_CHECK_LIB(tinfo, tgetent,,
|
||||
[AC_MSG_ERROR([libcurses or libncurses are required!])] )] )] )
|
||||
[AC_MSG_ERROR([libcurses, libncurses, or tinfo are required!])] )] )] )
|
||||
|
||||
|
||||
# Checks for header files.
|
||||
|
Reference in New Issue
Block a user