From 66c9efba1b250381a7d6a486749da563c888c6bc Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Sun, 18 Dec 2016 16:26:28 +0100
Subject: [PATCH] Fixing installation on Linux

---
 script/detect_gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/detect_gcc b/script/detect_gcc
index af58d7c77..afd3cc7ae 100755
--- a/script/detect_gcc
+++ b/script/detect_gcc
@@ -2,7 +2,7 @@
 
 function gpp_clang()
 {
-    if [ x"$dgc_compiler" == g++ ]; then
+    if [ x"$dgc_compiler" == x"g++" ]; then
         CXX=g++
         CC=gcc
         F77=gfortran
-- 
GitLab