diff options
author | doko@python.org <doko@python.org> | 2013-01-25 17:45:41 (GMT) |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-25 17:45:41 (GMT) |
commit | 90c8d06d687eed87fa61bf6bcc3a40beeaef39cd (patch) | |
tree | 1e1622269d0aed50e8354deb164cf9498c54e172 /configure.ac | |
parent | 20190e2d54e6d513bb197a160cdfd236bf63f168 (diff) | |
parent | a10e4a9afbb95e74657455b6fb07a81fce948a3b (diff) | |
download | cpython-90c8d06d687eed87fa61bf6bcc3a40beeaef39cd.zip cpython-90c8d06d687eed87fa61bf6bcc3a40beeaef39cd.tar.gz cpython-90c8d06d687eed87fa61bf6bcc3a40beeaef39cd.tar.bz2 |
- 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 456d111..969b052 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]) |