From fb3637d9ae260fa49615f4442127473d0ce27ebf Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 30 Jan 2019 19:12:38 +0100 Subject: [PATCH] Build: clean away RENAME and SHARED_NAME Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8125) --- Configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Configure b/Configure index 66541ad1d59fa..63dcdc74d8fa6 100755 --- a/Configure +++ b/Configure @@ -1888,10 +1888,6 @@ if ($builder eq "unified") { qr/^\s*GENERATE\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/ => sub { push @{$generate{$1}}, $2 if !@skip || $skip[$#skip] > 0 }, - qr/^\s*RENAME\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/ - => sub { warn "RENAME is no longer supported\n" }, - qr/^\s*SHARED_NAME\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/ - => sub { warn "SHARED_NAME is no longer supported\n" }, qr/^\s*(?:#.*)?$/ => sub { }, "OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" }, "BEFORE" => sub {