]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The usual
authorGuido van Rossum <guido@python.org>
Tue, 10 Dec 1996 17:19:28 +0000 (17:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Dec 1996 17:19:28 +0000 (17:19 +0000)
configure

index 40062cdf6bf23259f02e58912164edbf8933f9fc..d246b2ada35a532c841801b380c81e10514c6b28 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.40 
+# From configure.in Revision: 1.41 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.10 
@@ -1629,7 +1629,7 @@ echo $ac_n "checking LINKFORSHARED""... $ac_c" 1>&6
 if test -z "$LINKFORSHARED"
 then
        case $ac_sys_system in
-       AIX*)   LINKFORSHARED="-Wl,-bE:python.exp";;
+       AIX*)   LINKFORSHARED="-Wl,-bE:python.exp -lld";;
        hp*|HP*)
            LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
        Linux*) LINKFORSHARED="-rdynamic";;