From: Richard Levitte Date: Sat, 27 Feb 2016 20:23:01 +0000 (+0100) Subject: Remove last remains of old config strings X-Git-Tag: OpenSSL_1_1_0-pre4~474 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e5ed5f6a595748e2d447ac7af2823471d2f91f45 Remove last remains of old config strings Reviewed-by: Andy Polyakov --- diff --git a/Configure b/Configure index 09376c8358..274712e8c9 100755 --- a/Configure +++ b/Configure @@ -677,11 +677,6 @@ foreach (@argvcopy) $user_cflags.=" ".$_; } } - elsif ($_ =~ /^([^:]+):(.+)$/) - { - eval "\$table{\$1} = \"$2\""; # allow $xxx constructs in the string - $target=$1; - } else { die "target already defined - $target (offending arg: $_)\n" if ($target ne "");