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"] }