From: Neil Schemenauer Date: Mon, 19 Feb 2001 18:18:48 +0000 (+0000) Subject: Revert SF patch #103655 X-Git-Tag: v2.1b1~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ba9445dd3d0ed68a134e5e0dd1f1325bc23ae3b;p=python Revert SF patch #103655 --- diff --git a/configure b/configure index d28884115a..b3a00a93b1 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";;