*** empty log message ***
authorayin <ayin>
Mon, 23 Jan 2006 10:41:16 +0000 (10:41 +0000)
committerayin <ayin>
Mon, 23 Jan 2006 10:41:16 +0000 (10:41 +0000)
configure.ac
ptytty.m4

index d31fd504b07edcdaef1a5a5f158d4ea13a425a8e..55c9a41aa872cab99dd0e60d956a26129c908e46 100644 (file)
@@ -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
index adb5a5b401d28619f1d2accdb23d3f1ccf4534f6..1e574dfb38131bd0fa822df1cc23cf8335275048 100644 (file)
--- 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