build: fix type in m4 macro

This macro changes the LDFLAGCS not CFLAGS.
This commit is contained in:
Stefan Schmidt 2016-03-07 14:14:32 +01:00
parent f9a47b1848
commit fbffc7d1bd
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ m4_popdef([UPEFL])dnl
]) ])
dnl EFL_CHECK_LINKER_FLAGS(EFL, FLAGS) 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
dnl It will first try every flag at once, if one fails will try them one by one. dnl It will first try every flag at once, if one fails will try them one by one.
AC_DEFUN([EFL_CHECK_LINKER_FLAGS], AC_DEFUN([EFL_CHECK_LINKER_FLAGS],