mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
10
configure
vendored
10
configure
vendored
|
@ -12869,19 +12869,9 @@ cat >>confdefs.h <<_ACEOF
|
|||
_ACEOF
|
||||
|
||||
|
||||
$as_echo "#define HAVE_ST_BLOCKS 1" >>confdefs.h
|
||||
|
||||
else
|
||||
case " $LIBOBJS " in
|
||||
*" fileblocks.$ac_objext "* ) ;;
|
||||
*) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time.h that defines altzone" >&5
|
||||
$as_echo_n "checking for time.h that defines altzone... " >&6; }
|
||||
if ${ac_cv_header_time_altzone+:} false; then :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue