mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
2008-03-20 Alexander Larsson <alexl@redhat.com> * configure.in: Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045) Patch from ephraim_owns@hotmail.com svn path=/trunk/; revision=6746
This commit is contained in:
parent
4abad5861e
commit
6d1e6c60d0
@ -1,3 +1,9 @@
|
||||
2008-03-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* configure.in:
|
||||
Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
|
||||
Patch from ephraim_owns@hotmail.com
|
||||
|
||||
2008-03-19 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
|
||||
|
@ -824,13 +824,13 @@ AC_CHECK_HEADERS([mntent.h sys/mnttab.h sys/vfstab.h sys/mntctl.h sys/sysctl.h f
|
||||
|
||||
# check for structure fields
|
||||
AC_CHECK_MEMBERS([struct stat.st_mtimensec, struct stat.st_mtim.tv_nsec, struct stat.st_atimensec, struct stat.st_atim.tv_nsec, struct stat.st_ctimensec, struct stat.st_ctim.tv_nsec])
|
||||
AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct statfs.f_fstypename], [#include <sys/types.h>
|
||||
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_PARAM_H
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#ifdef HAVE_MOUNT_H
|
||||
#ifdef HAVE_SYS_MOUNT_H
|
||||
#include <sys/mount.h>
|
||||
#endif])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user