On Wed, 14 Mar 2018 10:07:47 +0100
Michael Tretter wrote:
> If dbus support is explicitly disabled, $have_dbus should be no, but was
> empty. systemd-login support depends on dbus, but the check does not
> trigger correctly, if $have_dbus is empty.
>
> Signed-off-by: Michael Tretter
> ---
> co
If dbus support is explicitly disabled, $have_dbus should be no, but was
empty. systemd-login support depends on dbus, but the check does not
trigger correctly, if $have_dbus is empty.
Signed-off-by: Michael Tretter
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.a