- Issue #17031: Fix running regen in cross builds.

This commit is contained in:
doko@python.org 2013-01-25 18:45:41 +01:00
commit 90c8d06d68
5 changed files with 15 additions and 2 deletions

View file

@ -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])