mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02:00
Fix the tm.tm_gmtoff check
This commit is contained in:
parent
147139d968
commit
4985088527
@ -880,7 +880,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct statfs.f
|
|||||||
#endif])
|
#endif])
|
||||||
# struct statvfs.f_basetype is available on Solaris but not for Linux.
|
# struct statvfs.f_basetype is available on Solaris but not for Linux.
|
||||||
AC_CHECK_MEMBERS([struct statvfs.f_basetype],,, [#include <sys/statvfs.h>])
|
AC_CHECK_MEMBERS([struct statvfs.f_basetype],,, [#include <sys/statvfs.h>])
|
||||||
AC_CHECK_MEMBERS([struct tm.tm_gmtoff])
|
AC_CHECK_MEMBERS([struct tm.tm_gmtoff, struct tm.__tm_gmtoff],,,[#include <time.h>])
|
||||||
|
|
||||||
# Checks for libcharset
|
# Checks for libcharset
|
||||||
AM_LANGINFO_CODESET
|
AM_LANGINFO_CODESET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user