diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 03:03:10 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 03:03:10 (GMT) |
commit | 499d3654a86a55ce7b727a31b6fea8e1ddb04508 (patch) | |
tree | 41e06956ae3e9f79590ee8e9f18fff629d91a2ed /configure | |
parent | b3bf4484260aa4da3e2a978a5a04ee95d972ede9 (diff) | |
parent | d887d1f365595c05c0598225f8b893693fecd57c (diff) | |
download | cpython-499d3654a86a55ce7b727a31b6fea8e1ddb04508.zip cpython-499d3654a86a55ce7b727a31b6fea8e1ddb04508.tar.gz cpython-499d3654a86a55ce7b727a31b6fea8e1ddb04508.tar.bz2 |
Issue #17603: Merge configure.ac fix from 3.5
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 : |