From: Paul Eggert Date: Wed, 1 Dec 2004 07:30:25 +0000 (+0000) Subject: (gl_READUTMP): Don't check for sys/param.h. X-Git-Tag: cvs-readonly~3683 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=0df69f65831f189da8244e3124acd6fea4c354d8;p=gnulib.git (gl_READUTMP): Don't check for sys/param.h. --- diff --git a/m4/readutmp.m4 b/m4/readutmp.m4 index 5968465cf..2f7b53ca8 100644 --- a/m4/readutmp.m4 +++ b/m4/readutmp.m4 @@ -1,4 +1,4 @@ -# readutmp.m4 serial 4 +# readutmp.m4 serial 5 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -9,7 +9,6 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_READUTMP], [ dnl Prerequisites of lib/readutmp.h. - AC_CHECK_HEADERS_ONCE(sys/param.h) AC_CHECK_HEADERS(utmp.h utmpx.h) AC_CHECK_FUNCS(utmpname utmpxname) AC_CHECK_DECLS(getutent,,,[