summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-13 01:16:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-13 01:16:38 +0000
commit11e89eb719333f6e86eaaade5938ae79bfc3cc87 (patch)
tree24f9a3b48f9930fbd66d98e894a8f85ee22adbcf /configure.in
parent96c31ac787a64d9c21eb498fc8af7e85e100eb5a (diff)
* configure.in (struct stat.st_size): may be huge.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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