Commit 16b6081e authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix ./Configure reconf



'./Configure reconf' hasn't been working for a while, because a perl
lable needs to be immediately followed by a block.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 19c6d3ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -952,6 +952,7 @@ while($argv_unprocessed)
	$argvstring=join(' ',@argvcopy);

PROCESS_ARGS:
	{
	my %unsupported_options = ();
	foreach (@argvcopy)
		{
@@ -1148,7 +1149,7 @@ PROCESS_ARGS:
			join(", ", keys %unsupported_options), "\n";
		}
	}

	}


if ($processor eq "386")