mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 12:38:01 +02:00
Check for a new enough systemd that sd_uid_get_seats (., ., NULL) is valid
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39609
This commit is contained in:
parent
ba71873c72
commit
3872970597
1 changed files with 1 additions and 1 deletions
|
|
@ -1140,7 +1140,7 @@ if test x$enable_systemd = xno ; then
|
|||
have_systemd=no;
|
||||
else
|
||||
PKG_CHECK_MODULES(SYSTEMD,
|
||||
[ libsystemd-login libsystemd-daemon ],
|
||||
[libsystemd-login >= 32, libsystemd-daemon >= 32],
|
||||
have_systemd=yes,
|
||||
have_systemd=no)
|
||||
AC_SUBST(SYSTEMD_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue