mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Use right define name for f_fstypename member check
2008-03-14 Alexander Larsson <alexl@redhat.com> * glocalfile.c: (g_local_file_query_filesystem_info): Use right define name for f_fstypename member check 2008-03-14 Alexander Larsson <alexl@redhat.com> * configure.in: Add required includes for f_fstypename member check. svn path=/trunk/; revision=6703
This commit is contained in:
committed by
Alexander Larsson
parent
7dc75d707c
commit
7437486b36
@@ -842,7 +842,12 @@ 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], [#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mount.h>])
|
||||
#ifdef HAVE_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#ifdef HAVE_MOUNT_H
|
||||
#include <sys/mount.h>
|
||||
#endif])
|
||||
|
||||
# Checks for libcharset
|
||||
jm_LANGINFO_CODESET
|
||||
|
Reference in New Issue
Block a user