mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Fix detection of struct statfs fields.
svn path=/branches/glib-2-16/; revision=7456
This commit is contained in:
parent
83eca28279
commit
26e312fa30
@ -1,3 +1,9 @@
|
||||
2008-09-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Merge from trunk
|
||||
|
||||
* configure.in: Fix detection of struct statfs fields.
|
||||
|
||||
2008-08-31 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* glib/gbookmarkfile.c:
|
||||
|
@ -857,6 +857,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],,, [#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…
x
Reference in New Issue
Block a user