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

index 15cfbaa0331b92601b125ef2ce809b99b8895b8a..d85c99b81d718055abfde3311de323e622d68c80 100755 (executable)
--- 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; }