From 2f1d23648a0fcab361dd32f5c5fafea6f8ddf6a7 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 7 Sep 2016 11:28:24 -0700 Subject: [PATCH] autotools: time to turn on systemd integration by default on Linux. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2a70edec52..924ceaad39 100644 --- a/configure.ac +++ b/configure.ac @@ -233,6 +233,7 @@ case "$host_os" in linux*) have_linux="yes" have_systemd_pkg="auto" + want_systemd="yes" ELM_UNIX_DEF="#define" ;; *) @@ -700,8 +701,6 @@ AC_ARG_ENABLE([systemd], else want_systemd="no" fi - ], [ - want_systemd="no" ]) systemd_dbus_prefix="# "