diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-06-16 11:18:16 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-06-16 11:20:09 +0200 |
commit | ff5a57aafd6e383ce258b31c7eb3875aa3b03093 (patch) | |
tree | 57dc762a59fc8a06a8fce9b2397a341ee85d3898 /configure.ac | |
parent | 9ac00be76b9c207a9336ac51e01215f050773ce0 (diff) |
configure: Add dl to edje libs
DSO found by Aymeric and Pader Rezso on the E users list.
@fix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7180e1895e..84e94db026 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -4072,6 +4072,7 @@ else | |||
4072 | fi | 4072 | fi |
4073 | 4073 | ||
4074 | EFL_ADD_LIBS([EDJE], [-lm]) | 4074 | EFL_ADD_LIBS([EDJE], [-lm]) |
4075 | EFL_CHECK_FUNCS([EDJE], [dlopen]) | ||
4075 | 4076 | ||
4076 | EFL_EVAL_PKGS([EDJE]) | 4077 | EFL_EVAL_PKGS([EDJE]) |
4077 | 4078 | ||