From 89683f49cab7d55e8184907335eb1360a156a49d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 7 Dec 2018 10:29:01 +0000 Subject: [PATCH] configure - set elogind off by default as the --help says the default says its disabled, but it's actually enabled by default. fix to match the help. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 17455a35ca..4467f0072d 100644 --- a/configure.ac +++ b/configure.ac @@ -3943,7 +3943,7 @@ AC_ARG_ENABLE([elogind], want_elogind="no" fi ], [ - want_elogind="yes" + want_elogind="no" ]) EFL_OPTIONAL_DEPEND_PKG([ELPUT], [${want_systemd}], [SYSTEMD], [libsystemd])