diff options
author | raveit65 <[email protected]> | 2013-10-03 21:08:49 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-14 11:03:28 +0100 |
commit | c7ffe41758c80f5c626edda4e61430be7c649542 (patch) | |
tree | d785f5a0dc7a8349064c6a630c9c41aa3035a086 /configure.ac | |
parent | 891196bc95d9be45c446206407383b65454b404f (diff) | |
download | mate-screensaver-c7ffe41758c80f5c626edda4e61430be7c649542.tar.bz2 mate-screensaver-c7ffe41758c80f5c626edda4e61430be7c649542.tar.xz |
Check for logind, not for systemd
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |