summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-06 06:03:07 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-06 06:03:07 +0000
commitd268511c8484fd07b55fea042cbf6ec1f417411e (patch)
treed02b918cc3d4c1434d2276bf5c8d87a4aee449e7 /Configure
parent190467767eb6253f6b8c3b9925f85ea7d30415f1 (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 478389040e..aa0d7e3203 100755
--- a/Configure
+++ b/Configure
@@ -714,7 +714,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; }