some people just can't read the instructions

This commit is contained in:
Richard Levitte 2002-11-06 06:02:17 +00:00
parent 33c3f72792
commit 8c237ffb7c

View file

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