summaryrefslogtreecommitdiff
path: root/m4/system.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/system.m4')
-rw-r--r--m4/system.m48
1 files changed, 3 insertions, 5 deletions
diff --git a/m4/system.m4 b/m4/system.m4
index bafedda..0e00364 100644
--- a/m4/system.m4
+++ b/m4/system.m4
@@ -1,6 +1,6 @@
# Configuration for paxutils/lib/system.h.
-# Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -10,7 +10,7 @@ AC_DEFUN([PU_SYSTEM],[
AC_CHECK_HEADERS_ONCE([string.h memory.h fcntl.h sys/wait.h \
sys/gentape.h sys/tape.h sys/device.h sys/param.h sys/tprintf.h sys/mtio.h \
- sgtty.h sys/io/trioctl.h locale.h pwd.h grp.h])
+ sgtty.h sys/io/trioctl.h locale.h])
AC_CHECK_HEADERS([sys/buf.h], [], [],
[#if HAVE_SYS_PARAM_H
@@ -24,8 +24,6 @@ AC_DEFUN([PU_SYSTEM],[
AC_REQUIRE([AC_STRUCT_ST_BLKSIZE])
AC_CHECK_FUNCS_ONCE(lstat mkfifo setlocale)
- AC_REQUIRE([gl_INTTOSTR])
+ AC_REQUIRE([gl_INTTYPES_H])
AC_REQUIRE([gl_STDINT_H])
-
- AC_SEARCH_LIBS(gethostbyname, nsl)
])