configure.ac: fix have_dbus if dbus support is disabled
authorMichael Tretter <m.tretter@pengutronix.de>
Wed, 14 Mar 2018 09:07:47 +0000 (10:07 +0100)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 16 Mar 2018 10:34:05 +0000 (12:34 +0200)
commit824e4995349a84b34aa308db8c923513526a8548
tree5338baf8108bac46fb1eee5cdbf3923d91651438
parent6dba368acc7964d5cb1d14667ba36f3cc4d697af
configure.ac: fix have_dbus if dbus support is disabled

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 <m.tretter@pengutronix.de>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
configure.ac