some people just can't read the instructions
This commit is contained in:
parent
d618f703ec
commit
1810d2088e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue