From f82605fb8a6b2caa3bbc3f29f1c78ea13456e3e7 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 30 Oct 2015 13:54:58 +0100 Subject: [PATCH] Add g++ dependency for Ninja in configure --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 496b6ade..1bd08ee2 100755 --- a/configure +++ b/configure @@ -62,8 +62,9 @@ d_dependency = { "resultsFile": ["python"], "emsl": ["python"], "gcc": [], + "g++": [], "python": [], - "ninja": ["gcc", "python"], + "ninja": ["g++", "python"], "make": [], "p_graphviz": ["python"] }