summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 17:45:12 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 17:45:12 (GMT)
commita10e4a9afbb95e74657455b6fb07a81fce948a3b (patch)
treeff125956eaa1a7b1b3db8f3f2a3b4e14f050ebb7 /configure
parent1c90eed8a9a10b6b7eb5f791931cc86754d4028c (diff)
downloadcpython-a10e4a9afbb95e74657455b6fb07a81fce948a3b.zip
cpython-a10e4a9afbb95e74657455b6fb07a81fce948a3b.tar.gz
cpython-a10e4a9afbb95e74657455b6fb07a81fce948a3b.tar.bz2
- Issue #17031: Fix running regen in cross builds.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 255aa2c..9417710 100755
--- a/configure
+++ b/configure
@@ -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; }