mirror of
https://github.com/openssl/openssl.git
synced 2025-04-24 20:51:14 +08:00
some people just can't read the instructions
This commit is contained in:
parent
d618f703ec
commit
1810d2088e
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user