Commit 898110db authored by Ulf Möller's avatar Ulf Möller
Browse files

Fix for +xxx options.

Submitted by: Anonymous
parent 66e08777
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ foreach (@ARGV)
		$libs.= "-lRSAglue -lrsaref ";
		$flags.= "-DRSAref ";
		}
	elsif (/^-/)
	elsif (/^[-+]/)
		{
		if (/^-[lL](.*)$/)
			{