Commit 6c31a14d authored by Guido van Rossum's avatar Guido van Rossum

The usual

parent ce458517
#! /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";;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment