Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-06 20:45:24 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-06 20:45:24 +0300
commit3ba2b94a6b1758b79056aecced06d4b4df1bf290 (patch)
treea974ceb7b45165aab56463a01f84a57b9989b3a9 /Configure
parent53b80e2e433528bfa1c22f9dc10d7c17c7dd9efa (diff)
Recent changes from 0.9.6-stable.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index cbb9554399..246ab0acca 100755
--- a/Configure
+++ b/Configure
@@ -641,7 +641,7 @@ PROCESS_ARGS:
{ $threads=1; }
elsif (/^no-shared$/)
{ $no_shared=1; }
- elsif (/^shared$/)
+ elsif (/^shared$/ || /^-shared$/ || /^--shared$/)
{ $no_shared=0; }
elsif (/^no-symlinks$/)
{ $symlink=0; }