From: Simon McVittie Date: Tue, 7 Feb 2012 16:00:41 +0000 (+0000) Subject: Check for a new enough systemd that sd_uid_get_seats (., ., NULL) is valid X-Git-Tag: dbus-1.5.10~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3872970597c43fc4adf20a6db7afc0a6981c9b64;p=thirdparty%2Fdbus.git Check for a new enough systemd that sd_uid_get_seats (., ., NULL) is valid Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39609 --- diff --git a/configure.ac b/configure.ac index 2b9e740d2..29f45d249 100644 --- a/configure.ac +++ b/configure.ac @@ -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)