glib r7457 - branches/glib-2-16



Author: matthiasc
Date: Thu Sep 11 17:19:41 2008
New Revision: 7457
URL: http://svn.gnome.org/viewvc/glib?rev=7457&view=rev

Log:


Modified:
   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:19:41 2008
@@ -857,7 +857,9 @@
 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>
+#ifdef HAVE_SYS_STATFS_H
 #include <sys/statfs.h>
+#endif
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
 #endif



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