Fix Win32 build

This commit is contained in:
Tor Lillqvist
2010-08-26 12:41:46 +03:00
parent ca26f9a502
commit 3c86a77ae5
3 changed files with 25 additions and 4 deletions

View File

@@ -882,6 +882,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct statfs.f
#endif])
# 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 tm.tm_gmtoff])
# Checks for libcharset
AM_LANGINFO_CODESET