summaryrefslogtreecommitdiff
path: root/m4/mkstemp.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-01 21:06:08 +0000
committerJim Meyering <jim@meyering.net>2005-07-01 21:06:08 +0000
commit89abeac2b87d0a63f718fc00bee8df0529e23ec0 (patch)
tree8a3b09fe10eae77086b29d6a9810ff262d398cb0 /m4/mkstemp.m4
parentb82f33a06e17af79bc2c8d2fccf4cf981ed9335c (diff)
downloadcoreutils-89abeac2b87d0a63f718fc00bee8df0529e23ec0.tar.xz
Don't check for fcntl.h anymore. Now we assume it exists and is usable.
Diffstat (limited to 'm4/mkstemp.m4')
-rw-r--r--m4/mkstemp.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4
index 13dec1f1c..fb6cfcdf7 100644
--- a/m4/mkstemp.m4
+++ b/m4/mkstemp.m4
@@ -1,4 +1,4 @@
-#serial 10
+#serial 11
# Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -65,7 +65,7 @@ AC_DEFUN([gl_PREREQ_MKSTEMP],
# Prerequisites of lib/tempname.c.
AC_DEFUN([gl_PREREQ_TEMPNAME],
[
- AC_CHECK_HEADERS_ONCE(fcntl.h sys/time.h stdint.h unistd.h)
+ AC_CHECK_HEADERS_ONCE(sys/time.h stdint.h unistd.h)
AC_CHECK_FUNCS(__secure_getenv gettimeofday)
AC_CHECK_DECLS_ONCE(getenv)
AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])