stefan pushed a commit to branch master.

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

commit fbffc7d1bdfc7ce1576e157cf9623c17c94f6d2f
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Mar 7 14:14:32 2016 +0100

    build: fix type in m4 macro
    
    This macro changes the LDFLAGCS not CFLAGS.
---
 m4/efl_compiler.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/efl_compiler.m4 b/m4/efl_compiler.m4
index 32819f2..1d34992 100644
--- a/m4/efl_compiler.m4
+++ b/m4/efl_compiler.m4
@@ -78,7 +78,7 @@ m4_popdef([UPEFL])dnl
 ])
 
 dnl EFL_CHECK_LINKER_FLAGS(EFL, FLAGS)
-dnl Checks if FLAGS are supported and add to EFL_CLFAGS.
+dnl Checks if FLAGS are supported and add to EFL_LDLFAGS.
 dnl
 dnl It will first try every flag at once, if one fails will try them one by 
one.
 AC_DEFUN([EFL_CHECK_LINKER_FLAGS],

-- 


Reply via email to