From 6d4a81780e3598435b565569e8e16f1410cb5761 Mon Sep 17 00:00:00 2001 From: Monsta Date: Mon, 5 Oct 2015 16:30:14 +0300 Subject: fix build w/o systemd support fixes https://github.com/mate-desktop/mate-screensaver/issues/83 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 87ab770..3801199 100644 --- a/configure.ac +++ b/configure.ac @@ -935,8 +935,8 @@ AC_ARG_WITH(systemd, [with_systemd=$withval], [with_systemd=auto]) PKG_CHECK_MODULES(SYSTEMD, [libsystemd], [have_systemd=yes], - [PKG_CHECK_MODULES(SYSTEMD, [libsystemd-login >= $SYSTEMD_REQUIRED], - [have_systemd=yes])]) + [PKG_CHECK_MODULES(SYSTEMD, [libsystemd-login], + [have_systemd=yes], [have_systemd=no])]) if test "x$with_systemd" = "xauto" ; then if test x$have_systemd = xno ; then -- cgit v1.2.1