yoz pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=a20597a2dbb94757670c1c464028348a9b7abe7e

commit a20597a2dbb94757670c1c464028348a9b7abe7e
Author: Michael Bouchaud <[email protected]>
Date:   Thu Feb 6 20:45:37 2014 +0000

    entrance: check only systemd support
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9cab704..4c84a87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,7 @@ AC_ARG_ENABLE([systemd],
    ],
    [want_systemd="yes"])
 if test "x${enableval}" = "xyes" ; then
-   PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon >= 192 libsystemd-journal 
>= 192],
+   PKG_CHECK_MODULES([SYSTEMD], [systemd >= 192],
                                 [want_systemd="yes"],
                                 [want_systemd="no"])
 fi

-- 


Reply via email to