提交 f6666ad1 编写于 作者: A Andy Polyakov

Configure: allow ./config to pass compiler flags with white spaces.

上级 d43a7f2c
......@@ -906,6 +906,7 @@ EOF
}
elsif (/^-[^-]/ or /^\+/)
{
$_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
$flags.=$_." ";
}
elsif (/^--prefix=(.*)$/)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册