summaryrefslogtreecommitdiff
path: root/m4/chown.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/chown.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/chown.m4')
-rw-r--r--m4/chown.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/chown.m4 b/m4/chown.m4
index ccdfae992..39f6bb6a3 100644
--- a/m4/chown.m4
+++ b/m4/chown.m4
@@ -1,4 +1,4 @@
-#serial 13
+#serial 14
# Determine whether we need the chown wrapper.
dnl Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free
@@ -81,6 +81,6 @@ AC_DEFUN([gl_FUNC_CHOWN_FOLLOWS_SYMLINK],
# Prerequisites of lib/chown.c.
AC_DEFUN([gl_PREREQ_CHOWN],
[
- AC_CHECK_HEADERS_ONCE(unistd.h fcntl.h)
+ AC_CHECK_HEADERS_ONCE(unistd.h)
AC_CHECK_FUNC([fchown], , [AC_LIBOBJ(fchown-stub)])
])