From: ayin Date: Sun, 10 Sep 2006 14:33:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=49f203d901b840acdec1ae6ddc84a94ee28abc21;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/configure b/configure index 3de657d1..b7d7bb07 100755 --- a/configure +++ b/configure @@ -11473,19 +11473,6 @@ _ACEOF fi -if test x$support_utmp != xyes; then - echo " utmp support: disabled" - echo -else - echo " utmp support: enabled - utmp file: $path_utmp - utmpx file: $path_utmpx - wtmp file: $path_wtmp - wtmpx file: $path_wtmpx - lastlog file: $path_lastlog - lastlogx file: $path_lastlogx" -fi - echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 diff --git a/ptytty.m4 b/ptytty.m4 index 5181bed3..a44c71e8 100644 --- a/ptytty.m4 +++ b/ptytty.m4 @@ -438,19 +438,6 @@ main() if test x$path_lastlogx != x; then AC_DEFINE_UNQUOTED(LASTLOGX_FILE, "$path_lastlogx", Define location of lastlogx) fi - -if test x$support_utmp != xyes; then - echo " utmp support: disabled" - echo -else - echo " utmp support: enabled - utmp file: $path_utmp - utmpx file: $path_utmpx - wtmp file: $path_wtmp - wtmpx file: $path_wtmpx - lastlog file: $path_lastlog - lastlogx file: $path_lastlogx" -fi ]) AC_DEFUN([SCM_RIGHTS_CHECK],