提交 16b6081e 编写于 作者: R Richard Levitte

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: NAndy Polyakov <appro@openssl.org>
上级 19c6d3ea
......@@ -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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册