diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 02:36:41 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 02:36:41 (GMT) |
commit | d887d1f365595c05c0598225f8b893693fecd57c (patch) | |
tree | 4a29300b9d489036476203162f23b5f910792540 /configure | |
parent | a2e5e044af21e55e51a0cd50f8197fdca2d0cf8b (diff) | |
download | cpython-d887d1f365595c05c0598225f8b893693fecd57c.zip cpython-d887d1f365595c05c0598225f8b893693fecd57c.tar.gz cpython-d887d1f365595c05c0598225f8b893693fecd57c.tar.bz2 |
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 : |