Issue #22359: Merge cross-compilation fix from 3.5

This commit is contained in:
Martin Panter 2016-04-23 01:18:54 +00:00
commit da28494d0a
4 changed files with 27 additions and 7 deletions

View file

@ -49,6 +49,7 @@ fi
AC_CONFIG_SRCDIR([Include/object.h])
AC_CONFIG_HEADER(pyconfig.h)
AC_SUBST(cross_compiling)
AC_CANONICAL_HOST
AC_SUBST(build)
AC_SUBST(host)