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: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
19c6d3ea2d
commit
16b6081e0d
@ -952,6 +952,7 @@ while($argv_unprocessed)
|
|||||||
$argvstring=join(' ',@argvcopy);
|
$argvstring=join(' ',@argvcopy);
|
||||||
|
|
||||||
PROCESS_ARGS:
|
PROCESS_ARGS:
|
||||||
|
{
|
||||||
my %unsupported_options = ();
|
my %unsupported_options = ();
|
||||||
foreach (@argvcopy)
|
foreach (@argvcopy)
|
||||||
{
|
{
|
||||||
@ -1148,7 +1149,7 @@ PROCESS_ARGS:
|
|||||||
join(", ", keys %unsupported_options), "\n";
|
join(", ", keys %unsupported_options), "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if ($processor eq "386")
|
if ($processor eq "386")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user