mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
Missing period.
This commit is contained in:
parent
4273c1b80e
commit
bf82f15bba
@ -144,7 +144,7 @@ if test "x$found_curses" = xno; then
|
|||||||
AC_MSG_ERROR("curses not found")
|
AC_MSG_ERROR("curses not found")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Look for utempter
|
# Look for utempter.
|
||||||
AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
|
AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
|
||||||
if test "x$have_utempter" = xyes; then
|
if test "x$have_utempter" = xyes; then
|
||||||
AC_DEFINE(HAVE_UTEMPTER)
|
AC_DEFINE(HAVE_UTEMPTER)
|
||||||
|
Loading…
Reference in New Issue
Block a user