summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-03-07 14:14:32 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-03-07 14:14:32 +0100
commitfbffc7d1bdfc7ce1576e157cf9623c17c94f6d2f (patch)
tree13d0bce94ad325fca21c8c458d7b7905559fb8fe /m4
parentf9a47b18488518b49f81e5581fa7469095a8314c (diff)
build: fix type in m4 macro
This macro changes the LDFLAGCS not CFLAGS.
Diffstat (limited to 'm4')
-rw-r--r--m4/efl_compiler.m42
1 files changed, 1 insertions, 1 deletions
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],