From 3ffb1e9c44c254a55d8af3b266b40f94424c8bb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Tue, 23 Apr 2013 19:04:29 +0200
Subject: [PATCH] Enabled parallel compilation by default

---
 helpers/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/config b/helpers/config
index 74db61d6..25f2d569 100755
--- a/helpers/config
+++ b/helpers/config
@@ -123,7 +123,7 @@ then
 fi
 
 PROCESSORS=1
-if [ 1$PARALLEL = "1true" ]
+if [ 1$PARALLEL != "1false" ]
 then
     PROCESSORS=$(grep processor /proc/cpuinfo | wc -l)
 fi
-- 
GitLab