nikawhite pushed a commit to branch master.

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

commit 02dab2180446bf3f5f98c8ee3e53b173a52ff866
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Tue Oct 11 11:42:21 2016 +0300

    windows: remove expicit -levil flag
    
    Summary:
    Built from sources version of evil is already added to linker flags and
    adding extra -levil makes build fail if evil is not already installed in 
system.
    Looks like this flag was here from old times when all efl libraries were 
separated.
    
    Reviewers: vtorri, NikaWhite
    
    Reviewed By: NikaWhite
    
    Subscribers: cedric, jpeg
    
    Differential Revision: https://phab.enlightenment.org/D4332
---
 m4/efl_check_funcs.m4 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/m4/efl_check_funcs.m4 b/m4/efl_check_funcs.m4
index d68d0c2..39fb5ee 100644
--- a/m4/efl_check_funcs.m4
+++ b/m4/efl_check_funcs.m4
@@ -71,7 +71,6 @@ esac
 case "$host_os" in
    mingw*)
       $2="yes"
-      EFL_ADD_LIBS([$1], [-levil])
    ;;
    *)
       EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[
@@ -100,7 +99,6 @@ esac
 case "$host_os" in
    mingw*)
       $2="yes"
-      EFL_ADD_LIBS([$1], [-levil])
    ;;
    *)
       EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[
@@ -125,7 +123,6 @@ esac
 case "$host_os" in
    mingw*)
       $2="yes"
-      EFL_ADD_LIBS([$1], [-levil])
    ;;
    *)
       EFL_FIND_LIB_FOR_CODE([$1], [$dllibs], [$2], [[

-- 


Reply via email to