summaryrefslogtreecommitdiff
path: root/m4/dup2.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/dup2.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/dup2.m4')
-rw-r--r--m4/dup2.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/dup2.m4 b/m4/dup2.m4
index ba9147da7..31af8044d 100644
--- a/m4/dup2.m4
+++ b/m4/dup2.m4
@@ -1,5 +1,5 @@
-# dup2.m4 serial 2
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+#serial 3
+dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -14,5 +14,5 @@ AC_DEFUN([gl_FUNC_DUP2],
# Prerequisites of lib/dup2.c.
AC_DEFUN([gl_PREREQ_DUP2], [
- AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
+ AC_CHECK_HEADERS_ONCE(unistd.h)
])