Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-08-01 17:59:48 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-01 17:59:48 (GMT)
commit6815fd828caa76935bd02eafa719a34f983b671b (patch)
tree4f5f00080ea5924b86fc39352b7480058a565d68 /scripts/check-system
parentaca6c6167aca9c67f471f2a3c557a31aede8b13f (diff)
Add dependency on c++
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index b523009..afc1c1a 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -262,6 +262,10 @@ checks = \
# System modules buildtime
+ { "check": "c++",
+ "checker": "binary",
+ "packages": { "fedora": "gcc-c++",
+ "ubuntu": "g++" } },
{ "check": "flex",
"checker": "binary",
"packages": { "fedora": "flex",