summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-19 18:18:48 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-19 18:18:48 (GMT)
commit8ba9445dd3d0ed68a134e5e0dd1f1325bc23ae3b (patch)
tree7ebf55cbbba1cb939bc4f45d08283ea7b141c246 /configure
parent95052725115953bb19bdef16b6410c8393eaa19c (diff)
downloadcpython-8ba9445dd3d0ed68a134e5e0dd1f1325bc23ae3b.zip
cpython-8ba9445dd3d0ed68a134e5e0dd1f1325bc23ae3b.tar.gz
cpython-8ba9445dd3d0ed68a134e5e0dd1f1325bc23ae3b.tar.bz2
Revert SF patch #103655
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d288841..b3a00a9 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.203
+# From configure.in Revision: 1.204
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -2889,7 +2889,7 @@ then
SunOS/4*) LDSHARED="ld";;
SunOS/5*)
if test "$GCC" = "yes"
- then LDSHARED='$(CC) -G'
+ then LDSHARED='$(CC) -shared'
else LDSHARED="ld -G";
fi ;;
hp*|HP*) LDSHARED="ld -b";;