commit | b752300f8ea17def7ebe8b95362319fe4f32b5a3 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 10:25:00 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 10:25:00 2013 -0700 |
tree | 1f805c8800868cc602cb3ca5635eef3d29d0d695 | |
parent | 649e95fe53ed73b610b6b57124618feb21b52f2f [diff] [blame] |
make: In ndn-cpp-config.h, to avoid polluting the global name space, generate NDN_CPP_HAVE_BOOST_FUNCTION etc. instead of HAVE_BOOST_FUNCTION, etc.
diff --git a/ndn-cpp/util/logging.cpp b/ndn-cpp/util/logging.cpp index 1ea8667..7147768 100644 --- a/ndn-cpp/util/logging.cpp +++ b/ndn-cpp/util/logging.cpp
@@ -8,7 +8,7 @@ #include "logging.hpp" -#ifdef HAVE_LOG4CXX +#ifdef NDN_CPP_HAVE_LOG4CXX #include <log4cxx/logger.h> #include <log4cxx/basicconfigurator.h>