clarify configure error message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7194 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3a5a239846
commit
509a8c6201
|
@ -25,7 +25,7 @@ EL_MANTYPE
|
|||
|
||||
AC_CHECK_LIB(curses, tgetent,,
|
||||
[AC_CHECK_LIB(ncurses, tgetent,,
|
||||
[AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] )
|
||||
[AC_MSG_ERROR([libtermcap and libcurses or libncurses are required!])] )] )
|
||||
|
||||
# Checks for header files.
|
||||
AC_FUNC_ALLOCA
|
||||
|
|
Loading…
Reference in New Issue