aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7b81511386..9a66e73641 100644
--- a/configure.in
+++ b/configure.in
@@ -936,6 +936,7 @@ RUBY_CHECK_SIZEOF(ptrdiff_t, size_t)
AC_STRUCT_ST_BLKSIZE
AC_STRUCT_ST_BLOCKS
AC_STRUCT_ST_RDEV
+RUBY_CHECK_HUGE([struct stat.st_size])
if test "$ac_cv_member_struct_stat_st_blocks" = yes; then
RUBY_CHECK_HUGE(struct stat.st_blocks)
fi