From: Richard Levitte Date: Wed, 2 Dec 2015 17:54:15 +0000 (+0100) Subject: Fix ./Configure reconf X-Git-Tag: OpenSSL_1_1_0-pre1~138 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16b6081e0d96be87fa53b9932c7c589d7ad9edab;p=oweals%2Fopenssl.git 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 --- 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")