Kaydet (Commit) 8ba9445d authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Revert SF patch #103655

üst 95052725
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.203 # From configure.in Revision: 1.204
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 # Generated automatically using autoconf version 2.13
...@@ -2889,7 +2889,7 @@ then ...@@ -2889,7 +2889,7 @@ then
SunOS/4*) LDSHARED="ld";; SunOS/4*) LDSHARED="ld";;
SunOS/5*) SunOS/5*)
if test "$GCC" = "yes" if test "$GCC" = "yes"
then LDSHARED='$(CC) -G' then LDSHARED='$(CC) -shared'
else LDSHARED="ld -G"; else LDSHARED="ld -G";
fi ;; fi ;;
hp*|HP*) LDSHARED="ld -b";; hp*|HP*) LDSHARED="ld -b";;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment