diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:06:44 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:06:44 (GMT) |
commit | e45df0a6dada198123264acc513ce471d681751d (patch) | |
tree | cdec608206519e8d67ac3fd0928a6a95e22b69e8 /Modules | |
parent | 57ea576b072ec9ad1c70ce7dd0eabf230ad4b644 (diff) | |
parent | 395733d46bbc23d2f559eba4e5f75783f9bca6f1 (diff) | |
download | cpython-e45df0a6dada198123264acc513ce471d681751d.zip cpython-e45df0a6dada198123264acc513ce471d681751d.tar.gz cpython-e45df0a6dada198123264acc513ce471d681751d.tar.bz2 |
Issue #10656: Merge AIX build fix from 3.5
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/ld_so_aix.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/ld_so_aix.in b/Modules/ld_so_aix.in index add6b3e..f4eab40 100644 --- a/Modules/ld_so_aix.in +++ b/Modules/ld_so_aix.in @@ -70,6 +70,7 @@ if test ! -n "$*"; then fi makexp=`dirname $0`/makexp_aix +test -x "${makexp}" || makexp="@abs_srcdir@/makexp_aix" # Check for existence of compiler. CC=$1; shift |