cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2f1d23648a0fcab361dd32f5c5fafea6f8ddf6a7

commit 2f1d23648a0fcab361dd32f5c5fafea6f8ddf6a7
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Sep 7 11:28:24 2016 -0700

    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 2a70ede..924ceaa 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="# "

-- 


Reply via email to