some people just can't read the instructions
authorRichard Levitte <levitte@openssl.org>
Wed, 6 Nov 2002 06:03:07 +0000 (06:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 6 Nov 2002 06:03:07 +0000 (06:03 +0000)
Configure

index 478389040ec5c374a1fb2e5377358955d188c3d8..aa0d7e3203edb1d5e0ec9b738b6890684f26395d 100755 (executable)
--- 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; }