The usual

This commit is contained in:
Guido van Rossum 1996-12-10 17:19:28 +00:00
parent ce458517b0
commit 6c31a14de7
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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";;