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 | |
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')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2926,6 +2926,8 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + if test "$cross_compiling" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python interpreter for cross build" >&5 $as_echo_n "checking for python interpreter for cross build... " >&6; } |