From: ayin Date: Mon, 5 Nov 2007 00:19:14 +0000 (+0000) Subject: Remove useless checks. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1c228eecfce1305cec3ab464ddd756608b5da812;p=dana%2Furxvt.git Remove useless checks. --- diff --git a/configure.ac b/configure.ac index 7d16b7f2..26dc5290 100644 --- a/configure.ac +++ b/configure.ac @@ -644,11 +644,7 @@ dnl# -------------------------------------------------------------------------- AC_TYPE_SIGNAL dnl> AC_FUNC_VPRINTF -AC_CHECK_FUNCS( \ - unsetenv \ - setutent \ - on_exit \ -) +AC_CHECK_FUNCS(unsetenv) UTMP_CHECK