aboutsummaryrefslogtreecommitdiff
path: root/src/mm-context.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-06-22 10:30:48 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-06-22 10:40:58 +0200
commit341555504e739f7ccac11501ca874ef6b1989961 (patch)
tree50330351b416af0954987416324b575d51abb0a4 /src/mm-context.c
parentacf36f2ae0a10f8aeee7a1f8495d3febfba52456 (diff)
build: only define WITH_SYSTEMD_JOURNAL if enabled
Diffstat (limited to 'src/mm-context.c')
-rw-r--r--src/mm-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-context.c b/src/mm-context.c
index 6b0dab79..370fe28c 100644
--- a/src/mm-context.c
+++ b/src/mm-context.c
@@ -104,7 +104,7 @@ static const GOptionEntry log_entries[] = {
"Path to log file",
"[PATH]"
},
-#if WITH_SYSTEMD_JOURNAL
+#if defined WITH_SYSTEMD_JOURNAL
{
"log-journal", 0, 0, G_OPTION_ARG_NONE, &log_journal,
"Log to systemd journal",