X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffts.m4;h=cecc93ef3145e638ddcb7e98a615d92c87c80f88;hb=959d9cb463d992f9c5cc2fbeb54bf12eee2346f7;hp=8693db986fec5f5159d8e7eb92f84858a143427f;hpb=2f2978ede97205c49d3e568ccffa5a04fb53326b;p=gnulib.git diff --git a/m4/fts.m4 b/m4/fts.m4 index 8693db986..cecc93ef3 100644 --- a/m4/fts.m4 +++ b/m4/fts.m4 @@ -1,4 +1,4 @@ -#serial 14 +#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,6 +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_MEMBERS([struct statfs.f_type]) + AC_CHECK_HEADERS_ONCE([sys/param.h sys/vfs.h])dnl + AC_CHECK_MEMBERS([struct statfs.f_type],,, + [$ac_includes_default + #include ]) ])