mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix detection of struct statfs fields.
svn path=/trunk/; revision=7237
This commit is contained in:
parent
f9baf9679e
commit
9343e4faeb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user