some people just can't read the instructions

This commit is contained in:
Richard Levitte 2002-11-06 06:02:05 +00:00
parent d618f703ec
commit 1810d2088e
1 changed files with 1 additions and 1 deletions

View File

@ -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; }