(gl_READUTMP): Don't check for sys/param.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Dec 2004 07:30:25 +0000 (07:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Dec 2004 07:30:25 +0000 (07:30 +0000)
m4/readutmp.m4

index 5968465cfc03ac92b6ddb37c745eeb85059e1e82..2f7b53ca823094355c954735db24284d7ab4abd3 100644 (file)
@@ -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
 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_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,,,[
   AC_CHECK_HEADERS(utmp.h utmpx.h)
   AC_CHECK_FUNCS(utmpname utmpxname)
   AC_CHECK_DECLS(getutent,,,[