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

This commit is contained in:
Andy Polyakov 2011-11-08 12:45:00 +00:00
parent d43a7f2cc6
commit f6666ad19d
1 changed files with 1 additions and 0 deletions

View File

@ -906,6 +906,7 @@ EOF
}
elsif (/^-[^-]/ or /^\+/)
{
$_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
$flags.=$_." ";
}
elsif (/^--prefix=(.*)$/)