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:
Michael Jerris 2008-01-12 21:54:25 +00:00
parent 3a5a239846
commit 509a8c6201
1 changed files with 1 additions and 1 deletions

View File

@ -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