Remove last remains of old config strings
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
d3cdab1736
commit
e5ed5f6a59
1 changed files with 0 additions and 5 deletions
|
@ -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 "");
|
||||
|
|
Loading…
Reference in a new issue