summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 18:45:12 +0100
committerdoko@python.org <doko@python.org>2013-01-25 18:45:12 +0100
commita10e4a9afbb95e74657455b6fb07a81fce948a3b (patch)
treeff125956eaa1a7b1b3db8f3f2a3b4e14f050ebb7 /configure.ac
parent1c90eed8a9a10b6b7eb5f791931cc86754d4028c (diff)
downloadcpython-git-a10e4a9afbb95e74657455b6fb07a81fce948a3b.tar.gz
- Issue #17031: Fix running regen in cross builds.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 75eb5da02e..5526f99ce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,8 @@ AC_CONFIG_SRCDIR([Include/object.h])
AC_CONFIG_HEADER(pyconfig.h)
AC_CANONICAL_HOST
+AC_SUBST(build)
+AC_SUBST(host)
if test "$cross_compiling" = yes; then
AC_MSG_CHECKING([for python interpreter for cross build])