summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 22:06:44 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 22:06:44 (GMT)
commite45df0a6dada198123264acc513ce471d681751d (patch)
treecdec608206519e8d67ac3fd0928a6a95e22b69e8 /configure
parent57ea576b072ec9ad1c70ce7dd0eabf230ad4b644 (diff)
parent395733d46bbc23d2f559eba4e5f75783f9bca6f1 (diff)
downloadcpython-e45df0a6dada198123264acc513ce471d681751d.zip
cpython-e45df0a6dada198123264acc513ce471d681751d.tar.gz
cpython-e45df0a6dada198123264acc513ce471d681751d.tar.bz2
Issue #10656: Merge AIX build fix from 3.5
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b281970..e05a3fe 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";;