autotools: time to turn on systemd integration by default on Linux.

This commit is contained in:
Cedric BAIL 2016-09-07 11:28:24 -07:00
parent 3ce5d1ebc7
commit 2f1d23648a
1 changed files with 1 additions and 2 deletions

View File

@ -233,6 +233,7 @@ case "$host_os" in
linux*) linux*)
have_linux="yes" have_linux="yes"
have_systemd_pkg="auto" have_systemd_pkg="auto"
want_systemd="yes"
ELM_UNIX_DEF="#define" ELM_UNIX_DEF="#define"
;; ;;
*) *)
@ -700,8 +701,6 @@ AC_ARG_ENABLE([systemd],
else else
want_systemd="no" want_systemd="no"
fi fi
], [
want_systemd="no"
]) ])
systemd_dbus_prefix="# " systemd_dbus_prefix="# "