From 16b6081e0d96be87fa53b9932c7c589d7ad9edab Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 2 Dec 2015 18:54:15 +0100 Subject: [PATCH] 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 --- Configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- GitLab