summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-10-31 15:42:07 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-10-31 15:42:07 +0000
commit2389c41a1029c4017055e5e4fd07c6bfd4bda157 (patch)
treecd75f49c6952254c3fe2961b1c201aa638b09007 /configure
parent893ffa4372f750bd21ae32ed215e39adc3c1597b (diff)
downloadcpython-git-2389c41a1029c4017055e5e4fd07c6bfd4bda157.tar.gz
Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 837f3e80c7..1475a04bdb 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.437 .
+# From configure.in Revision: 1.438 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for python 2.4.
#
@@ -3595,6 +3595,7 @@ _ACEOF
LDLIBRARY='libpython$(VERSION).so'
BLDLIBRARY='-Wl,-R,$(LIBDIR) -L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
+ INSTSONAME="$LDLIBRARY".$SOVERSION
;;
Linux*|GNU*|NetBSD*)
LDLIBRARY='libpython$(VERSION).so'