summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-30 21:48:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-30 21:48:23 +0000
commit761241d9811ef12a096aff16cf16694d113b978a (patch)
tree977b78a90aa7f342328b74516b3b803ab15a002d /m4
parent525e6c12c317eb69e16e73dede8f6f8861ea66cd (diff)
downloadcoreutils-761241d9811ef12a096aff16cf16694d113b978a.tar.xz
(gl_READUTMP): Don't check for sys/param.h.
Diffstat (limited to 'm4')
-rw-r--r--m4/readutmp.m43
1 files changed, 1 insertions, 2 deletions
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,,,[