natale-p opened a new issue, #194: URL: https://github.com/apache/logging-log4cxx/issues/194
In https://github.com/apache/logging-log4cxx/blob/master/src/main/include/log4cxx/private/log4cxx_private.h.in we see: ``` #if !defined(LOG4CXX) && !defined(LOG4CXX_TEST) #error "log4cxx/private/log4cxx_private.h should only be used within log4cxx implementation or tests" #endif ``` But when compiling statically (`-DBUILD_SHARED_LIBS=OFF`) the definition added is `LOG4CXX_STATIC`, not `LOG4CXX`. Is that intended? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
