From: ayin Date: Mon, 5 Nov 2007 00:55:45 +0000 (+0000) Subject: Remove unused check. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=40a4c66642785afd01316160a6868d765e2cd254;p=dana%2Furxvt.git Remove unused check. --- 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# --------------------------------------------------------------------------