From 443574a65dcc5a7771c76c72c0bc3e33d1cccb53 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 8 Jul 2014 10:08:57 +0200 Subject: [PATCH] Revert "configure: Add dl to edje libs" This reverts commit ff5a57aafd6e383ce258b31c7eb3875aa3b03093. Edje is not using dlopen directly but luajit is. Seems some distros are missing dlopen for there luajit package. Nothing we should workaround here. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index cbb10ac5f3..f2355d3d2f 100644 --- a/configure.ac +++ b/configure.ac @@ -4054,7 +4054,6 @@ else fi EFL_ADD_LIBS([EDJE], [-lm]) -EFL_CHECK_FUNCS([EDJE], [dlopen]) EFL_EVAL_PKGS([EDJE])