Merge pull request #216 from vgough/logging-cruft

disable elpp default log file
This commit is contained in:
Valient Gough 2016-09-15 16:47:28 -07:00 committed by GitHub
commit dc8871d7c5

View File

@ -103,6 +103,7 @@ find_package (Threads REQUIRED)
# Logging.
add_definitions (-DELPP_THREAD_SAFE -DELPP_DISABLE_DEFAULT_CRASH_HANDLING)
add_definitions (-DELPP_NO_DEFAULT_LOG_FILE)
check_include_file_cxx (syslog.h HAVE_SYSLOG_H)
if (HAVE_SYSLOG_H)
message ("-- Enabled syslog logging support")