summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-23 00:58:44 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-23 00:58:44 +0000
commite9ee31706280672e82a9716c4bf9bb72f1d78a1d (patch)
treef1af2190cecc123362ed2bcbbfe15bc11e649901 /configure.ac
parentf6f617c5f77440f681857c9b116b929c1044b26a (diff)
downloadcpython-git-e9ee31706280672e82a9716c4bf9bb72f1d78a1d.tar.gz
Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen
Patches by Jonas Wagner and 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 3783b1e482..2d3119b4e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
AC_CONFIG_SRCDIR([Include/object.h])
AC_CONFIG_HEADER(pyconfig.h)
+AC_SUBST(cross_compiling)
AC_CANONICAL_HOST
AC_SUBST(build)
AC_SUBST(host)