From c93b50b239cf74eb23578ab6604ee8cd97214a86 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sat, 21 Mar 2015 13:35:14 +0900 Subject: [PATCH] eo: fix wrong check libaddr dependency. move checking libaddr to eo step to valid it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fb4ea3ecf7..3f7b3fa584 100644 --- a/configure.ac +++ b/configure.ac @@ -1016,6 +1016,7 @@ AM_CONDITIONAL([EO_BUILD_EXAMPLE_EVAS], [test "x${have_elm}" = "xyes"]) ### Checks for linker characteristics ### Checks for library functions +EFL_CHECK_FUNCS([EO], [dladdr]) ### Check availability @@ -1127,7 +1128,6 @@ EFL_EVAL_PKGS([EET]) ### Checks for linker characteristics ### Checks for library functions -EFL_CHECK_FUNCS([EO], [dladdr]) ### Check availability