summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-25 13:48:49 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-25 15:28:11 +0100
commitf5a03eec2d0f12917572bfa9cb48b4145768480a (patch)
tree7ec0b2cd486060900755cb3fe40dce419b03102b /configure
parente0acf6504356f14a6352b16ffed7b59453914863 (diff)
process variable assignments with tabs as well
Change-Id: If3caa4094aa9d8caefc9829bfea44426d59477d1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5df1edf6a3..f4743c2753 100755
--- a/configure
+++ b/configure
@@ -134,7 +134,7 @@ BEGIN {
values["LITERAL_WHITESPACE"] = " "
values["LITERAL_DOLLAR"] = "$"
}
-/^[_A-Z0-9.]+ *\+?=/ {
+/^[_A-Z0-9.]+[ \t]*\+?=/ {
valStart = index($0, "=") + 1
append = 0