repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 466ab4d1dcd9da259f497c76760fc6c7d952229b: path_to: revision_to:
commit 466ab4d1dcd9da259f497c76760fc6c7d952229b Author: Emanuele GiaquintaDate: Mon Jan 23 10:41:16 2006 +0000 *** empty log message *** diff --git a/configure.ac b/configure.ac
--- 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
--- 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
-----END OF PAGE-----