[Xfce4-commits] [apps/xfce4-screensaver] 204/425: fix build w/o systemd support

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:50:51 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 6d4a81780e3598435b565569e8e16f1410cb5761
Author: Monsta <monsta at inbox.ru>
Date:   Mon Oct 5 16:30:14 2015 +0300

    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(-)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list