From 3098e886b8b44f115d833025ddb611d8b51ddcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Mon, 11 Mar 2013 21:19:30 -0300 Subject: [PATCH] I missed one, thus the build failure. Now if cedric wants to put the want_systemd back in, the detection should work --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0697c5c1a9..01ee53dfaa 100644 --- a/configure.ac +++ b/configure.ac @@ -1950,7 +1950,7 @@ else ecore_con_resolver="fork" fi -EFL_OPTIONAL_DEPEND_PKG([ECORE_CON], [${have_systemd}], [SYSTEMD], [libsystemd-daemon]) +EFL_OPTIONAL_DEPEND_PKG([ECORE_CON], [${want_systemd}], [SYSTEMD], [libsystemd-daemon]) EFL_ADD_FEATURE([ECORE_CON], [curl]) EFL_ADD_FEATURE([ECORE_CON], [cares])