glib r7456 - branches/glib-2-16
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7456 - branches/glib-2-16
- Date: Thu, 11 Sep 2008 17:10:58 +0000 (UTC)
Author: matthiasc
Date: Thu Sep 11 17:10:58 2008
New Revision: 7456
URL: http://svn.gnome.org/viewvc/glib?rev=7456&view=rev
Log:
Fix detection of struct statfs fields.
Modified:
branches/glib-2-16/ChangeLog
branches/glib-2-16/configure.in
Modified: branches/glib-2-16/configure.in
==============================================================================
--- branches/glib-2-16/configure.in (original)
+++ branches/glib-2-16/configure.in Thu Sep 11 17:10:58 2008
@@ -857,6 +857,7 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]