configure: Escape '{' in getQMakeConf2 function

Change-Id: I7df0ca940a76b80d7b0da24dbedbabd2b8736bb8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Sergio Ahumada 2012-04-30 14:29:26 +02:00 committed by Qt by Nokia
parent 050ff2730c
commit 62185f07f8

2
configure vendored
View File

@ -155,7 +155,7 @@ BEGIN {
ovalue = ovalue substr(value, 1, RSTART - 1)
var = substr(value, RSTART + 2, RLENGTH - 2)
value = substr(value, RSTART + RLENGTH)
if (var ~ /^{/) {
if (var ~ /^\{/) {
var = substr(var, 2, length(var) - 2)
}
ovalue = ovalue values[var]