summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-27 21:23:01 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-27 21:32:24 +0100
commite5ed5f6a595748e2d447ac7af2823471d2f91f45 (patch)
treeaba88c7d02136d70de105946991977aabb5cdf49 /Configure
parentd3cdab17362b9ab0f1a0525b736c862937a9cd2f (diff)
Remove last remains of old config strings
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 0 insertions, 5 deletions
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 "");