summaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4f71aa..1d63813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2409,7 +2409,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";;