]> granicus.if.org Git - python/commitdiff
The usual
authorGuido van Rossum <guido@python.org>
Tue, 13 May 1997 21:04:26 +0000 (21:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 May 1997 21:04:26 +0000 (21:04 +0000)
configure

index 8f3f284893e20313655bccb88e3b4e5399066af5..d3fa0677cf0faf2f76e31bfcd27d5ef4062af196 100755 (executable)
--- 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";;