summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 (GMT)
commitd887d1f365595c05c0598225f8b893693fecd57c (patch)
tree4a29300b9d489036476203162f23b5f910792540 /configure
parenta2e5e044af21e55e51a0cd50f8197fdca2d0cf8b (diff)
downloadcpython-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-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index a4847c3..9ff548f 100755
--- a/configure
+++ b/configure
@@ -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 :