summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-02 18:54:15 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-02 19:39:36 +0100
commit16b6081e0d96be87fa53b9932c7c589d7ad9edab (patch)
tree0f4e8543a0da2f73edafe50986a7405cc12bd042 /Configure
parent19c6d3ea2d3b4e0ad3e978e42cc7cbdf0c09891f (diff)
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>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 9e9f100a71..edc9757e08 100755
--- a/Configure
+++ b/Configure
@@ -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")