summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 +0000
commita45120db96bd4c3f84bcd8f1a4c2b3992738dc86 (patch)
treeb7b9f924c5df218c70ebc29da70bbce7cb1ebc06 /configure
parentec8d6c2d939cf4ec3ffbee231b6a170a3820e580 (diff)
downloadcpython-git-a45120db96bd4c3f84bcd8f1a4c2b3992738dc86.tar.gz
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 33092525ba..2db8fbbc0b 100755
--- a/configure
+++ b/configure
@@ -11962,19 +11962,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 :