diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:16:46 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:16:46 (GMT) |
commit | a57890e5ecb164c17b79aa2713758307787eb74b (patch) | |
tree | b34f158da5de75b8863c545baae252c2da64e48f /configure | |
parent | 6a8f60d6243cd03c053623e1e767c42f884beef0 (diff) | |
parent | e45df0a6dada198123264acc513ce471d681751d (diff) | |
download | cpython-a57890e5ecb164c17b79aa2713758307787eb74b.zip cpython-a57890e5ecb164c17b79aa2713758307787eb74b.tar.gz cpython-a57890e5ecb164c17b79aa2713758307787eb74b.tar.bz2 |
Issue #10656: Merge AIX build fix from 3.6
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9165,7 +9165,7 @@ if test -z "$LDSHARED" then case $ac_sys_system/$ac_sys_release in AIX*) - BLDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC) -bI:\$(srcdir)/Modules/python.exp" + BLDSHARED="Modules/ld_so_aix \$(CC) -bI:Modules/python.exp" LDSHARED="\$(LIBPL)/ld_so_aix \$(CC) -bI:\$(LIBPL)/python.exp" ;; IRIX/5*) LDSHARED="ld -shared";; |