Commit 7d4a49b668caa577868f064b6b23d9193f9fc71c

Authored by Benjamin Renard
2 parents 47325e4e b39aa3e5
Exists in master and in 1 other branch ubuntu

Merge branch 'log4cxx' into 'master'

Log4cxx

Comment the log4cxx include, this fixes a problem during the installation.

See merge request !1
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/DDClientLibCpp/INCLUDE/DD.hh
... ... @@ -19,7 +19,7 @@
19 19 #ifndef DD_H_
20 20 #define DD_H_
21 21  
22   -#define LOG4CXX
  22 +// #define LOG4CXX
23 23  
24 24 #include "DD_comm.hh"
25 25 #include "DD_Access.hh"
... ...