summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-07 16:00:41 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-07 16:07:04 +0000
commit3872970597c43fc4adf20a6db7afc0a6981c9b64 (patch)
tree1fb2177a7d68accccc49f63359d3c0a1e37233b9 /configure.ac
parentba71873c7299f9aa58a1e0537ab11831b98ab376 (diff)
Check for a new enough systemd that sd_uid_get_seats (., ., NULL) is valid
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39609
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2b9e740d..29f45d24 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)