mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Use struct statfs.f_fstypename if availible (e.g. on OpenBSD) Patch from
2008-03-07 Alexander Larsson <alexl@redhat.com> * glocalfile.c: (g_local_file_query_filesystem_info): Use struct statfs.f_fstypename if availible (e.g. on OpenBSD) Patch from Jasper Lievisse Adriaanse svn path=/trunk/; revision=6638
This commit is contained in:
committed by
Alexander Larsson
parent
c2cb0a5aaf
commit
3cacbe8178
@@ -839,7 +839,7 @@ 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])
|
||||
AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct statfs.f_fstypename])
|
||||
|
||||
# Checks for libcharset
|
||||
jm_LANGINFO_CODESET
|
||||
|
Reference in New Issue
Block a user