*** empty log message ***
authorayin <ayin>
Sun, 10 Sep 2006 14:33:41 +0000 (14:33 +0000)
committerayin <ayin>
Sun, 10 Sep 2006 14:33:41 +0000 (14:33 +0000)
configure
ptytty.m4

index 3de657d1cfb911b77d55e4eaa59dc6a17b2bcb29..b7d7bb0791ca4e53f3c1678bd7f72f43a253366c 100755 (executable)
--- 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
index 5181bed31b4960d21f3d1168b79b9f540335cdcb..a44c71e8064bf56528880aedb305b5f3a4221003 100644 (file)
--- 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],