summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-07-09 12:56:13 +0200
committerMichael Biebl <biebl@debian.org>2015-07-14 17:07:51 +0200
commiteee5bf72c9bb1c1d62eb0e7102088ae3b9a188cd (patch)
treeaf0276d792977ce6e4c60573e200935add7372d7
parent8413678559fb0c619c99aa036271ecca62a07258 (diff)
downloadgdm-eee5bf72c9bb1c1d62eb0e7102088ae3b9a188cd.tar.gz
build: transition to libsystemd
In systemd v209 the various libraries were merged into a single libsystemd library. So update configure checks to use the new name. https://bugzilla.gnome.org/show_bug.cgi?id=752164
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 610d9357..04dfeb90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -874,13 +874,13 @@ dnl - Check for systemd support
dnl ---------------------------------------------------------------------------
PKG_CHECK_MODULES(SYSTEMD,
- [libsystemd-login >= 186 libsystemd-daemon])
+ [libsystemd])
AC_SUBST(SYSTEMD_CFLAGS)
AC_SUBST(SYSTEMD_LIBS)
PKG_CHECK_MODULES(JOURNALD,
- [libsystemd-journal],
+ [libsystemd],
[have_journald=yes], [have_journald=no])
if test "x$enable_systemd_journal" = "xauto" ; then