Re: [PATCH] configure.ac: fix have_dbus if dbus support is disabled

2018-03-16 Thread Pekka Paalanen
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

[PATCH] configure.ac: fix have_dbus if dbus support is disabled

2018-03-14 Thread Michael Tretter
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