Revert SF patch #103655

This commit is contained in:
Neil Schemenauer 2001-02-19 18:18:48 +00:00
parent 9505272511
commit 8ba9445dd3
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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";;