stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ff5a57aafd6e383ce258b31c7eb3875aa3b03093
commit ff5a57aafd6e383ce258b31c7eb3875aa3b03093 Author: Stefan Schmidt <[email protected]> Date: Mon Jun 16 11:18:16 2014 +0200 configure: Add dl to edje libs DSO found by Aymeric and Pader Rezso on the E users list. @fix --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7180e18..84e94db 100644 --- a/configure.ac +++ b/configure.ac @@ -4072,6 +4072,7 @@ else fi EFL_ADD_LIBS([EDJE], [-lm]) +EFL_CHECK_FUNCS([EDJE], [dlopen]) EFL_EVAL_PKGS([EDJE]) --
