summaryrefslogtreecommitdiff
path: root/m4/mountlist.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/mountlist.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/mountlist.m4')
-rw-r--r--m4/mountlist.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/mountlist.m4 b/m4/mountlist.m4
index d5d62a458..db06f8f18 100644
--- a/m4/mountlist.m4
+++ b/m4/mountlist.m4
@@ -1,4 +1,4 @@
-# mountlist.m4 serial 6
+#serial 7
dnl Copyright (C) 2002, 2003, 2004, 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,
@@ -20,7 +20,7 @@ AC_DEFUN([gl_MOUNTLIST],
AC_DEFUN([gl_PREREQ_MOUNTLIST_EXTRA],
[
dnl Note gl_LIST_MOUNTED_FILE_SYSTEMS checks for mntent.h, not sys/mntent.h.
- AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
+ AC_CHECK_HEADERS_ONCE(unistd.h)
AC_CHECK_HEADERS(sys/mntent.h)
gl_FSTYPENAME
])