From 40a4c66642785afd01316160a6868d765e2cd254 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 5 Nov 2007 00:55:45 +0000 Subject: [PATCH] Remove unused check. --- configure.ac | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configure.ac b/configure.ac index 26dc5290..13c92147 100644 --- a/configure.ac +++ b/configure.ac @@ -650,21 +650,6 @@ UTMP_CHECK dnl# -------------------------------------------------------------------------- -dnl# find ttys/ttytab -AC_CACHE_CHECK(where ttys/ttytab is located, rxvt_cv_path_ttytab, -[for ttys_file in dnl - /etc/ttys /etc/ttytab; -do - if test -f "$ttys_file" ; then - rxvt_cv_path_ttytab=$ttys_file - break - fi -done -]) -if test x$rxvt_cv_path_ttytab != x; then - AC_DEFINE_UNQUOTED(TTYTAB_FILENAME, "$rxvt_cv_path_ttytab", Define location of ttys/ttytab) -fi - dnl# -------------------------------------------------------------------------- dnl# -------------------------------------------------------------------------- -- 2.34.1