mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Fix detection of struct statfs fields.
svn path=/trunk/; revision=7237
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user