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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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";; |