From: Richard Levitte Date: Wed, 6 Nov 2002 06:02:17 +0000 (+0000) Subject: some people just can't read the instructions X-Git-Tag: OpenSSL_0_9_6h~62 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8c237ffb7caac282187c01e93f9ca938ebec602e;p=oweals%2Fopenssl.git some people just can't read the instructions --- 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; }