mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
Merge pull request #216 from vgough/logging-cruft
disable elpp default log file
This commit is contained in:
commit
dc8871d7c5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user