X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffts.m4;h=cecc93ef3145e638ddcb7e98a615d92c87c80f88;hb=68dfc9591e97db34b5ba693da028ff1f356a12b7;hp=bdba388b8e5d1761ebffa2aade3ad21acad3b1ac;hpb=af791bcb46dd123f336f10c05d8fbb708e2022a2;p=gnulib.git diff --git a/m4/fts.m4 b/m4/fts.m4 index bdba388b8..cecc93ef3 100644 --- a/m4/fts.m4 +++ b/m4/fts.m4 @@ -1,4 +1,4 @@ -#serial 15 +#serial 16 dnl Copyright (C) 2005-2008 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -24,8 +24,8 @@ AC_DEFUN([gl_FUNC_FTS_CORE], gl_FUNC_OPENAT AC_CHECK_FUNCS_ONCE([fstatfs]) - AC_CHECK_HEADERS_ONCE([sys/param.h sys/vfs])dnl + AC_CHECK_HEADERS_ONCE([sys/param.h sys/vfs.h])dnl AC_CHECK_MEMBERS([struct statfs.f_type],,, [$ac_includes_default - #include ]) + #include ]) ])