mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #17603: Check for st_blocks field without requiring fileblocks.o
This commit is contained in:
parent
a2e5e044af
commit
d887d1f365
4 changed files with 4 additions and 15 deletions
|
|
@ -3727,7 +3727,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize])
|
|||
AC_CHECK_MEMBERS([struct stat.st_flags])
|
||||
AC_CHECK_MEMBERS([struct stat.st_gen])
|
||||
AC_CHECK_MEMBERS([struct stat.st_birthtime])
|
||||
AC_STRUCT_ST_BLOCKS
|
||||
AC_CHECK_MEMBERS([struct stat.st_blocks])
|
||||
|
||||
AC_MSG_CHECKING(for time.h that defines altzone)
|
||||
AC_CACHE_VAL(ac_cv_header_time_altzone,[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue