From 02dab2180446bf3f5f98c8ee3e53b173a52ff866 Mon Sep 17 00:00:00 2001 From: Andrii Kroitor Date: Tue, 11 Oct 2016 11:42:21 +0300 Subject: [PATCH] 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 d68d0c2118..39fb5ee5ad 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], [[