summaryrefslogtreecommitdiff
path: root/m4/fts.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fts.m4')
-rw-r--r--m4/fts.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/fts.m4 b/m4/fts.m4
index 74595e363..ebb249826 100644
--- a/m4/fts.m4
+++ b/m4/fts.m4
@@ -1,4 +1,4 @@
-#serial 8
+#serial 10
dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -30,5 +30,5 @@ AC_DEFUN([gl_FUNC_FTS_CORE],
AC_REQUIRE([gl_FUNC_OPENAT])
# Checks for header files.
- AC_CHECK_HEADERS_ONCE([dirent.h sys/param.h])dnl
+ AC_CHECK_HEADERS_ONCE([sys/param.h])dnl
])