configure: Add dl to edje libs

DSO found by Aymeric and Pader Rezso on the E users list.

@fix
This commit is contained in:
Stefan Schmidt 2014-06-16 11:18:16 +02:00
parent 9ac00be76b
commit ff5a57aafd
1 changed files with 1 additions and 0 deletions

View File

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