diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-23 00:58:44 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-23 00:58:44 (GMT) |
commit | 1046d5c65354c5b35486ac0cb7d3b02507004b04 (patch) | |
tree | 335821854ea9159a77d077fa678f9e4f84265067 /configure.ac | |
parent | 19620c57d78f2175e326205f6b919ded834099b2 (diff) | |
download | cpython-1046d5c65354c5b35486ac0cb7d3b02507004b04.zip cpython-1046d5c65354c5b35486ac0cb7d3b02507004b04.tar.gz cpython-1046d5c65354c5b35486ac0cb7d3b02507004b04.tar.bz2 |
Issue #22359: Disable running cross-compiled _freeze_importlib and pgen
Patch by Xavier de Gaye.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b13cf05..44811d9 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,7 @@ fi AC_CONFIG_SRCDIR([Include/object.h]) AC_CONFIG_HEADER(pyconfig.h) +AC_SUBST(cross_compiling) AC_CANONICAL_HOST AC_SUBST(build) AC_SUBST(host) |