mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
We don't only need to change "struct stat.st_size" test, but also
need to change "struct stat.st_blocks" test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb1366b48f
commit
e5971e8c7e
1 changed files with 1 additions and 1 deletions
|
@ -1151,7 +1151,7 @@ AC_STRUCT_ST_BLOCKS
|
|||
AC_STRUCT_ST_RDEV
|
||||
RUBY_CHECK_SIZEOF([struct stat.st_size], [int long "long long"], [], [@%:@include <sys/stat.h>])
|
||||
if test "$ac_cv_member_struct_stat_st_blocks" = yes; then
|
||||
RUBY_CHECK_SIZEOF([struct stat.st_blocks], [int long "long long"])
|
||||
RUBY_CHECK_SIZEOF([struct stat.st_blocks], [int long "long long"], [], [@%:@include <sys/stat.h>])
|
||||
fi
|
||||
AC_CHECK_MEMBERS([struct stat.st_atim])
|
||||
AC_CHECK_MEMBERS([struct stat.st_atimespec])
|
||||
|
|
Loading…
Reference in a new issue