aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-02-24 23:09:19 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-02-24 23:09:19 +0000
commitbf82f15bbad02a8416608e9998cb8e8127806350 (patch)
treed16c79e9d16d09841b18fec7f84b2153e0056701
parent4273c1b80e2eb321d44154fe1e82e0f11aabcbd5 (diff)
downloadrtmux-bf82f15bbad02a8416608e9998cb8e8127806350.tar.gz
rtmux-bf82f15bbad02a8416608e9998cb8e8127806350.tar.bz2
rtmux-bf82f15bbad02a8416608e9998cb8e8127806350.zip
Missing period.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 05286d3d..c171940f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)