diff options
author | Ned Deily <nad@acm.org> | 2014-08-22 20:36:30 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-08-22 20:36:30 (GMT) |
commit | 682c04c70c9af6df68cacce47c2f0d18c31dd443 (patch) | |
tree | 469f3df0be598966ce411ee98cdbfbaf49141ec0 /configure | |
parent | d0aeda8f0ffbe4a7de9b492de9713d672dc8592d (diff) | |
parent | fcbc246e9f02cc780970defbcfa01767b7e3a3c6 (diff) | |
download | cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.zip cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.tar.gz cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.tar.bz2 |
Issue #21166: merge from 3.4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2954,6 +2954,9 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac +# pybuilddir.txt will be created by --generate-posix-vars in the Makefile +rm -f pybuilddir.txt + 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; } |