提交 e5ed5f6a 编写于 作者: R Richard Levitte

Remove last remains of old config strings

Reviewed-by: NAndy Polyakov <appro@openssl.org>
上级 d3cdab17
......@@ -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 "");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册