From: Richard Levitte Date: Wed, 6 Nov 2002 06:02:05 +0000 (+0000) Subject: some people just can't read the instructions X-Git-Tag: OpenSSL_0_9_7-beta4~18^2~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1810d2088e2eb32a8eba86ee6b06cab288eea656;p=thirdparty%2Fopenssl.git some people just can't read the instructions --- diff --git a/Configure b/Configure index 084e7afce97..11a3566cf4b 100755 --- a/Configure +++ b/Configure @@ -712,7 +712,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; }