[Xfce4-commits] [apps/xfce4-screensaver] 203/425: configure.ac: add support for new libsystemd library
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:50:50 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 95b8f96ad66ab555c763dafebac8a49b9c6f3d51
Author: Monsta <monsta at inbox.ru>
Date: Thu Oct 1 11:20:49 2015 +0300
configure.ac: add support for new libsystemd library
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 379f9b1..87ab770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -934,9 +934,9 @@ AC_ARG_WITH(systemd,
[Add systemd support]),
[with_systemd=$withval], [with_systemd=auto])
-PKG_CHECK_MODULES(SYSTEMD,
- [libsystemd-login],
- [have_systemd=yes], [have_systemd=no])
+PKG_CHECK_MODULES(SYSTEMD, [libsystemd], [have_systemd=yes],
+ [PKG_CHECK_MODULES(SYSTEMD, [libsystemd-login >= $SYSTEMD_REQUIRED],
+ [have_systemd=yes])])
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