Evas: efl_attribute.m4 : put definition in the prologue

SVN revision: 64748
This commit is contained in:
Vincent Torri 2011-11-04 21:04:49 +00:00
parent 07fdd79459
commit 22dffda1e7
1 changed files with 1 additions and 1 deletions

View File

@ -62,9 +62,9 @@ AC_MSG_CHECKING([for __attribute__ ((always_inline))])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[[
__attribute__((always_inline)) inline void foo(void) {}
]],
[[
__attribute__((always_inline)) void foo(void) {}
]])],
[have_attribute_always_inline="yes"],
[have_attribute_always_inline="no"])