From ff5a57aafd6e383ce258b31c7eb3875aa3b03093 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 16 Jun 2014 11:18:16 +0200 Subject: [PATCH] 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 7180e1895e..84e94db026 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])