From 0ed38f18bb637d9a78fd4236b32f67a9b0e2b94d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 3 Oct 2013 21:08:49 +0200 Subject: Check for logind, not for systemd --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8ff7281..bf7901a 100644 --- a/configure.ac +++ b/configure.ac @@ -921,7 +921,7 @@ AC_ARG_WITH(systemd, [with_systemd=$withval], [with_systemd=auto]) PKG_CHECK_MODULES(SYSTEMD, - [libsystemd-login libsystemd-daemon], + [libsystemd-login], [have_systemd=yes], [have_systemd=no]) if test "x$with_systemd" = "xauto" ; then -- cgit v1.2.1