From bf82f15bbad02a8416608e9998cb8e8127806350 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 24 Feb 2014 23:09:19 +0000 Subject: [PATCH] Missing period. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)