diff options
author | doko <doko@python.org> | 2013-01-25 18:45:12 +0100 |
---|---|---|
committer | doko <doko@python.org> | 2013-01-25 18:45:12 +0100 |
commit | 01acc15de7706ce825b66f53070c38d868f53d2f (patch) | |
tree | 2b3f0d9a72f926302fda50c8cea22f8c3a83b6f7 /configure.ac | |
parent | bf47962672afb527c7a9bfaa41f2d5a8092f7158 (diff) | |
download | cpython-01acc15de7706ce825b66f53070c38d868f53d2f.tar.gz |
- Issue #17031: Fix running regen in cross builds.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |