Commit 1810d208 authored by Richard Levitte's avatar Richard Levitte
Browse files

some people just can't read the instructions

parent d618f703
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; }