Missing period.

This commit is contained in:
Nicholas Marriott 2014-02-24 23:09:19 +00:00
parent 4273c1b80e
commit bf82f15bba

View File

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