summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-10 17:19:28 (GMT)
committerGuido van Rossum <guido@python.org>1996-12-10 17:19:28 (GMT)
commit6c31a14de7b9a447fa476b773ae895b219f212e6 (patch)
tree42bf1c4cb21c2260833d900fc2a1d96b08f0d6d7 /configure
parentce458517b018ec3fc5794d33e8eac64890f0b8ec (diff)
downloadcpython-6c31a14de7b9a447fa476b773ae895b219f212e6.zip
cpython-6c31a14de7b9a447fa476b773ae895b219f212e6.tar.gz
cpython-6c31a14de7b9a447fa476b773ae895b219f212e6.tar.bz2
The usual
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 40062cd..d246b2a 100755
--- 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";;