From 9595506fb8c04cc91b42d5942bd7abd8c310aa18 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sun, 24 Mar 2013 21:33:13 -0400 Subject: [PATCH] Fix typo. --- build/jam/BuildSetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 78c96f5aa1..c957bcaeb6 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -139,7 +139,7 @@ if $(HAIKU_GCC_VERSION[1]) >= 3 { # too many false positives. Coverity does a better job of this kind of analysis # anyways. if $(HAIKU_GCC_VERSION[1]) >= 4 { - if $(HAIKU_GCC_VERSION[2] >= 6) { + if $(HAIKU_GCC_VERSION[2]) >= 6 { HAIKU_GCC_BASE_FLAGS += -Wno-array-bounds ; } }