From c7ffe41758c80f5c626edda4e61430be7c649542 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 911f9c7..3a093c7 100644 --- a/configure.ac +++ b/configure.ac @@ -940,7 +940,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