Remove last remains of old config strings
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
d3cdab1736
commit
e5ed5f6a59
@ -677,11 +677,6 @@ foreach (@argvcopy)
|
|||||||
$user_cflags.=" ".$_;
|
$user_cflags.=" ".$_;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ($_ =~ /^([^:]+):(.+)$/)
|
|
||||||
{
|
|
||||||
eval "\$table{\$1} = \"$2\""; # allow $xxx constructs in the string
|
|
||||||
$target=$1;
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
|
die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user