glib r7237 - trunk



Author: matthiasc
Date: Mon Jul 21 22:22:59 2008
New Revision: 7237
URL: http://svn.gnome.org/viewvc/glib?rev=7237&view=rev

Log:
Fix detection of struct statfs fields.


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jul 21 22:22:59 2008
@@ -848,6 +848,7 @@
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]