1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 18:13:27 +00:00

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

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