summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-13 21:04:26 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-13 21:04:26 (GMT)
commite4766f69bce40d39cb54dc5204c9251faae5d294 (patch)
tree69a87d95642cb23e3de4890e350fa510203a7925 /configure
parenta9e7a8113771c9e5191a36d72589ca0501ca81e4 (diff)
downloadcpython-e4766f69bce40d39cb54dc5204c9251faae5d294.zip
cpython-e4766f69bce40d39cb54dc5204c9251faae5d294.tar.gz
cpython-e4766f69bce40d39cb54dc5204c9251faae5d294.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 8f3f284..d3fa067 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.48
+# From configure.in Revision: 1.49
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@@ -1720,7 +1720,7 @@ echo "configure:1720: checking LINKFORSHARED" >&5
if test -z "$LINKFORSHARED"
then
case $ac_sys_system/$ac_sys_release in
- AIX*) LINKFORSHARED="-Wl,-bE:python.exp -lld";;
+ AIX*) LINKFORSHARED='-Wl,-bE:$(srcdir)/python.exp -lld';;
hp*|HP*)
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
Linux*) LINKFORSHARED="-rdynamic";;