autotools: use libevil libdl implementation.

Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
This commit is contained in:
Vincent Torri 2014-02-07 12:56:37 +09:00 committed by Cedric BAIL
parent 3420eda31a
commit b1954cc74d
1 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ AC_DEFUN([_EFL_CHECK_FUNC_DLADDR],
case "$host_os" in
mingw*)
$2="yes"
EFL_ADD_LIBS([$1], [-ldl])
EFL_ADD_LIBS([$1], [lib/evil/libdl.la])
;;
*)
EFL_FIND_LIB_FOR_CODE([$1], [-ldl], [$2], [[
@ -84,7 +84,7 @@ AC_DEFUN([_EFL_CHECK_FUNC_DLOPEN],
case "$host_os" in
mingw*)
$2="yes"
EFL_ADD_LIBS([$1], [-ldl])
EFL_ADD_LIBS([$1], [lib/evil/libdl.la])
;;
*)
EFL_FIND_LIB_FOR_CODE([$1], [-ldl], [$2], [[
@ -101,7 +101,7 @@ AC_DEFUN([_EFL_CHECK_FUNC_DLSYM],
case "$host_os" in
mingw*)
$2="yes"
EFL_ADD_LIBS([$1], [-ldl])
EFL_ADD_LIBS([$1], [lib/evil/libdl.la])
;;
*)
EFL_FIND_LIB_FOR_CODE([$1], [-ldl], [$2], [[