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.
This commit is contained in:
Carsten Haitzler 2018-12-07 10:29:01 +00:00
parent 950059ce9a
commit 89683f49ca
1 changed files with 1 additions and 1 deletions

View File

@ -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])