mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 18:00:40 -08:00
Check for ncurses.
This commit is contained in:
parent
87dd9b9b9d
commit
773bb028e7
1 changed files with 6 additions and 0 deletions
|
|
@ -1235,6 +1235,12 @@ AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
|
|||
|
||||
AC_CHECK_LIB(pthreads, cma_open)
|
||||
|
||||
dnl If we can find a tparm in libcurses.a, it means we have ncurses.
|
||||
AC_CHECK_LIB(curses, tparm, HAVE_NCURSES=yes)
|
||||
if test x"${HAVE_NCURSES}" = "xyes" ; then
|
||||
AC_DEFINE(HAVE_NCURSES)
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING(for XFree86)
|
||||
if test -d /usr/X386/include; then
|
||||
HAVE_XFREE386=yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue