summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 22:16:46 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 22:16:46 (GMT)
commita57890e5ecb164c17b79aa2713758307787eb74b (patch)
treeb34f158da5de75b8863c545baae252c2da64e48f /configure
parent6a8f60d6243cd03c053623e1e767c42f884beef0 (diff)
parente45df0a6dada198123264acc513ce471d681751d (diff)
downloadcpython-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f894ad7..4e0a212 100755
--- a/configure
+++ b/configure
@@ -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";;