summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-23 00:58:44 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-23 00:58:44 (GMT)
commit1046d5c65354c5b35486ac0cb7d3b02507004b04 (patch)
tree335821854ea9159a77d077fa678f9e4f84265067 /configure.ac
parent19620c57d78f2175e326205f6b919ded834099b2 (diff)
downloadcpython-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.ac1
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)