mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +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")
|
||||
fi
|
||||
|
||||
# Look for utempter
|
||||
# Look for utempter.
|
||||
AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
|
||||
if test "x$have_utempter" = xyes; then
|
||||
AC_DEFINE(HAVE_UTEMPTER)
|
||||
|
Loading…
Reference in New Issue
Block a user