summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-08-27 04:00:19 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-08-27 04:00:19 (GMT)
commit5de141f157ab372f5dd5b28c17442e41e15101af (patch)
treef8c8f2d06c467253ca6015aad2033d9f83144a34 /configure
parentc427b8d517469005d53128e9656213a3ec141890 (diff)
downloadcpython-5de141f157ab372f5dd5b28c17442e41e15101af.zip
cpython-5de141f157ab372f5dd5b28c17442e41e15101af.tar.gz
cpython-5de141f157ab372f5dd5b28c17442e41e15101af.tar.bz2
Issue #25825: Fix references to $(LIBPL) installation path on AIX
In Subversion r86731, the path was changed from $(BINLIBDEST)/config to $(LIBDEST)/config-$(LDVERSION).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d45dd65..f5ff3ce 100755
--- a/configure
+++ b/configure
@@ -9040,7 +9040,7 @@ then
case $ac_sys_system/$ac_sys_release in
AIX*)
BLDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC) -bI:\$(srcdir)/Modules/python.exp"
- LDSHARED="\$(BINLIBDEST)/config/ld_so_aix \$(CC) -bI:\$(BINLIBDEST)/config/python.exp"
+ LDSHARED="\$(LIBPL)/ld_so_aix \$(CC) -bI:\$(LIBPL)/python.exp"
;;
IRIX/5*) LDSHARED="ld -shared";;
IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";;