From: Richard Levitte Date: Tue, 25 Oct 2016 10:40:32 +0000 (+0200) Subject: Allow indented comments in build.info X-Git-Tag: OpenSSL_1_1_1-pre1~3269 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ab6e147c49f2382d2c30e313dd99aa23f66bc563;p=oweals%2Fopenssl.git Allow indented comments in build.info Reviewed-by: Emilia Käsper (Merged from https://github.com/openssl/openssl/pull/1789) --- diff --git a/Configure b/Configure index 958ac5cd0b..884f7bd1db 100755 --- a/Configure +++ b/Configure @@ -1592,7 +1592,7 @@ if ($builder eq "unified") { || $target_kind eq $target{build_file}."(".$builder_platform.")"); } }, - qr/^(?:#.*|\s*)$/ => sub { }, + qr/^\s*(?:#.*)?$/ => sub { }, "OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" }, "BEFORE" => sub { if ($buildinfo_debug) {