From 80db1e3f69160e33e334cb42947908f4063b4b8c Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 23 Jan 2006 10:41:16 +0000 Subject: [PATCH] *** empty log message *** --- configure.ac | 3 --- ptytty.m4 | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d31fd504..55c9a41a 100644 --- a/configure.ac +++ b/configure.ac @@ -116,9 +116,6 @@ support_keepscrolling=yes support_selectionscrolling=yes support_mousewheel=yes support_mouseslipwheel=yes -support_utmp=yes -support_wtmp=yes -support_lastlog=yes support_text_blink=yes support_pointer_blank=yes support_scroll_rxvt=yes diff --git a/ptytty.m4 b/ptytty.m4 index adb5a5b4..1e574dfb 100644 --- a/ptytty.m4 +++ b/ptytty.m4 @@ -76,6 +76,10 @@ fi AC_DEFUN([UTMP_CHECK], [ +support_utmp=yes +support_wtmp=yes +support_lastlog=yes + AC_ARG_ENABLE(utmp, [ --enable-utmp enable utmp (utmpx) support], [if test x$enableval = xyes -o x$enableval = xno; then -- 2.34.1