Configure: allow ./config to pass compiler flags with white spaces.
This commit is contained in:
parent
d43a7f2cc6
commit
f6666ad19d
1 changed files with 1 additions and 0 deletions
|
@ -906,6 +906,7 @@ EOF
|
|||
}
|
||||
elsif (/^-[^-]/ or /^\+/)
|
||||
{
|
||||
$_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
|
||||
$flags.=$_." ";
|
||||
}
|
||||
elsif (/^--prefix=(.*)$/)
|
||||
|
|
Loading…
Reference in a new issue