From b71aef97ca6711d72b39516471301895a4c2b282 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Fri, 2 Dec 2016 10:15:20 +0100
Subject: [PATCH] Remove cint flag from ACLiC

---
 DDG4/examples/initAClick.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDG4/examples/initAClick.C b/DDG4/examples/initAClick.C
index 38efbbb21..4857f2ced 100644
--- a/DDG4/examples/initAClick.C
+++ b/DDG4/examples/initAClick.C
@@ -79,7 +79,7 @@ int initAClick(const char* command=0)  {
     inc += " -I"+clhep+"/include";
   }
   inc += " -Wno-shadow -g -O0" + defs;
-  libs += " -lCint -lCore -lMathCore -pthread -lm -ldl -rdynamic";
+  libs += " -lCore -lMathCore -pthread -lm -ldl -rdynamic";
   gSystem->AddIncludePath(inc.c_str());
   gSystem->AddLinkedLibs(libs.c_str());
   std::cout << "+++ Includes:   " << gSystem->GetIncludePath() << std::endl;
-- 
GitLab