summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-06 06:02:05 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-06 06:02:05 +0000
commit1810d2088e2eb32a8eba86ee6b06cab288eea656 (patch)
tree3fe0734c70a2b620317fb0927b99f2983e87e161 /Configure
parentd618f703ec18f1012a096a110637f8769d1e6cb3 (diff)
some people just can't read the instructions
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 084e7afce9..11a3566cf4 100755
--- a/Configure
+++ b/Configure
@@ -712,7 +712,7 @@ PROCESS_ARGS:
{ $threads=1; }
elsif (/^no-shared$/)
{ $no_shared=1; }
- elsif (/^shared$/)
+ elsif (/^shared$/ || /^-shared$/ || /^--shared$/)
{ $no_shared=0; }
elsif (/^no-zlib$/)
{ $zlib=0; }