hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c93b50b239cf74eb23578ab6604ee8cd97214a86

commit c93b50b239cf74eb23578ab6604ee8cd97214a86
Author: ChunEon Park <[email protected]>
Date:   Sat Mar 21 13:35:14 2015 +0900

    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 fb4ea3e..3f7b3fa 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
 

-- 


Reply via email to