Revert "configure: Add dl to edje libs"

This reverts commit ff5a57aafd.

Edje is not using dlopen directly but luajit is. Seems some distros are missing
dlopen for there luajit package. Nothing we should workaround here.
This commit is contained in:
Stefan Schmidt 2014-07-08 10:08:57 +02:00
parent f86b05386c
commit 443574a65d
1 changed files with 0 additions and 1 deletions

View File

@ -4054,7 +4054,6 @@ else
fi
EFL_ADD_LIBS([EDJE], [-lm])
EFL_CHECK_FUNCS([EDJE], [dlopen])
EFL_EVAL_PKGS([EDJE])