On Wed, Nov 04, 2015 at 12:13:08PM +0100, Manuel Bachmann wrote:
> systemd-login support requires dbus (see "dbus.h" header in
> "launcher-logind.c") but the configure script was only
> checking libsystemd-login availability to define the
> HAVE_SYSTEMD_LOGIN macro, which results in undefined
> sym
systemd-login support requires dbus (see "dbus.h" header in
"launcher-logind.c") but the configure script was only
checking libsystemd-login availability to define the
HAVE_SYSTEMD_LOGIN macro, which results in undefined
symbols in launcher-unit.
Put the systemd-login checks after the dbus ones, a