From eee5bf72c9bb1c1d62eb0e7102088ae3b9a188cd Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 9 Jul 2015 12:56:13 +0200 Subject: 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 --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.1