From: Richard Levitte Date: Wed, 2 Aug 2000 04:08:19 +0000 (+0000) Subject: We've now covered the shared library support for Solaris, so the -shared hack X-Git-Tag: OpenSSL-engine-0_9_6-beta1~12^2~82 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55bad949ed4d5743f5ac49e2b56696ffbafb001f;p=oweals%2Fopenssl.git We've now covered the shared library support for Solaris, so the -shared hack in config is no longer needed. --- diff --git a/config b/config index c89e69a17c..cf48abc6d1 100755 --- a/config +++ b/config @@ -292,8 +292,6 @@ TEST="false" for i do case "$i" in -# shared library support (behnke@trustcenter.de) --shared) SHARED=true;; -d*) PREFIX="debug-";; -t*) TEST="true";; -h*) TEST="true"; cat <