From 3872970597c43fc4adf20a6db7afc0a6981c9b64 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 7 Feb 2012 16:00:41 +0000 Subject: [PATCH] Check for a new enough systemd that sd_uid_get_seats (., ., NULL) is valid Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39609 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2b9e740..29f45d2 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) -- 2.7.4