summaryrefslogtreecommitdiff
path: root/m4/common/efl_check_funcs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/common/efl_check_funcs.m4')
-rw-r--r--m4/common/efl_check_funcs.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/common/efl_check_funcs.m4 b/m4/common/efl_check_funcs.m4
index d72fb34..73add3c 100644
--- a/m4/common/efl_check_funcs.m4
+++ b/m4/common/efl_check_funcs.m4
@@ -26,11 +26,8 @@ AC_LINK_IFELSE(
#endif
]],
[[
-int main(void)
-{
DIR *dirp;
return dirfd(dirp);
-}
]])
],
[_efl_have_fct="yes"],