aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-06 06:02:17 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-06 06:02:17 +0000
commit8c237ffb7caac282187c01e93f9ca938ebec602e (patch)
treef8b1703997d1f998411fa46ebd51450a4393c618 /Configure
parent33c3f72792e7c232862b6c2b17cf60ad3c4d8a17 (diff)
downloadopenssl-8c237ffb7caac282187c01e93f9ca938ebec602e.tar.gz
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 15cfbaa033..d85c99b81d 100755
--- a/Configure
+++ b/Configure
@@ -619,7 +619,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; }