Bring in the following change:
authorRichard Levitte <levitte@openssl.org>
Sat, 24 Mar 2001 12:35:41 +0000 (12:35 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 24 Mar 2001 12:35:41 +0000 (12:35 +0000)
commit9bcab53f49e1774243ab6046901de33ce8faaf51
tree8841efb7a268332c5036a5ca91f6bacaa5b4f32b
parentae17135ab5e7e51031e81c8b3801ea361ecb0fe1
Bring in the following change:

gcc uses collect2, not ld, to link things.  Therefore, when using gcc
there's no need fooling ourselves, it's the gnu-shared method that we
should use.  Do it for Solaris to begin with.
Configure