summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2017-06-06 09:52:34 +0200
committerSven Eden <sven.eden@gmx.de>2017-06-06 09:52:34 +0200
commit3b0fe29297bcc0cd27e9046e737b806a97c9c5ca (patch)
tree0f7ec6734544dbf1539460b0e3ffc5e8b07e57cc
parentsys-apps/accountsservice-0.6.43-r4 : Change elogind support patch as requeste... (diff)
downloadseden-3b0fe29297bcc0cd27e9046e737b806a97c9c5ca.tar.gz
seden-3b0fe29297bcc0cd27e9046e737b806a97c9c5ca.tar.bz2
seden-3b0fe29297bcc0cd27e9046e737b806a97c9c5ca.zip
sys-apps/accountsservice : Fixed elogind patch
-rw-r--r--sys-apps/accountsservice/files/accountsservice-enable-elogind.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/accountsservice/files/accountsservice-enable-elogind.patch b/sys-apps/accountsservice/files/accountsservice-enable-elogind.patch
index f664651..444df89 100644
--- a/sys-apps/accountsservice/files/accountsservice-enable-elogind.patch
+++ b/sys-apps/accountsservice/files/accountsservice-enable-elogind.patch
@@ -96,7 +96,7 @@
-LIBACCOUNTSSERVICE_CFLAGS="$LIBACCOUNTSSERVICE_CFLAGS $SYSTEMD_CFLAGS"
-if test "x$have_systemd" != "xno" ; then
-+if test "x$have_systemdx$have_elogind" != "xnoxno" ; then
++if test "x${have_systemd}x${have_elogind}" != "xnoxno" ; then
AC_DEFINE(WITH_SYSTEMD, 1, [Define to enable systemd support])
fi