summaryrefslogtreecommitdiff
path: root/m4/mkstemp.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 10:46:07 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 10:46:07 +0000
commit93810d912a05769be9d4d9c82a211487f0726a12 (patch)
treef6636e7dca17b33ad086381682fd8e29f35d1c1d /m4/mkstemp.m4
parentf2068f01c68c6a75ff1f70aa549e94f028f9a5e6 (diff)
downloadcoreutils-93810d912a05769be9d4d9c82a211487f0726a12.tar.xz
(jm_PREREQ_TEMPNAME): Do not require standard C headers.
Diffstat (limited to 'm4/mkstemp.m4')
-rw-r--r--m4/mkstemp.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4
index fd182935d..3d379fd2b 100644
--- a/m4/mkstemp.m4
+++ b/m4/mkstemp.m4
@@ -57,7 +57,6 @@ AC_DEFUN([gl_PREREQ_MKSTEMP],
# Prerequisites of lib/tempname.c.
AC_DEFUN([jm_PREREQ_TEMPNAME],
[
- AC_REQUIRE([AC_HEADER_STDC])
AC_REQUIRE([AC_HEADER_STAT])
AC_CHECK_HEADERS_ONCE(fcntl.h sys/time.h unistd.h)
AC_CHECK_HEADERS(stdint.h)