Fix detection of struct statfs fields.

svn path=/trunk/; revision=7237
This commit is contained in:
Matthias Clasen 2008-07-21 22:22:59 +00:00
parent f9baf9679e
commit 9343e4faeb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-07-21 Matthias Clasen <mclasen2redhat.com>
* configure.in: Fix detection of struct statfs fields.
2008-07-21 Matthias Clasen <mclasen2redhat.com>
* configure.in: Bump version

View File

@ -848,6 +848,7 @@ AC_CHECK_MEMBERS([struct stat.st_mtimensec, struct stat.st_mtim.tv_nsec, struct
AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct statfs.f_fstypename, struct statfs.f_bavail],,, [#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/statfs.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif