From ab6e147c49f2382d2c30e313dd99aa23f66bc563 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 25 Oct 2016 12:40:32 +0200 Subject: [PATCH] Allow indented comments in build.info MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper (Merged from https://github.com/openssl/openssl/pull/1789) --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.25.1