From fbffc7d1bdfc7ce1576e157cf9623c17c94f6d2f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 7 Mar 2016 14:14:32 +0100 Subject: [PATCH] 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 32819f26c1..1d3499222f 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],