summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2013-01-05 02:11:15 +0000
committerCarsten Haitzler <raster@rasterman.com>2013-01-05 02:11:15 +0000
commit0d725bafadabdc070f10724270db8cdbecaac939 (patch)
tree6f719cb29a4179d550bf26b275dc90d94b73ecb9
parente2c7a0d18f862dab50616db259ff3c1371e0e46a (diff)
downloadeina-0d725bafadabdc070f10724270db8cdbecaac939.tar.gz
dirfd check fix.
SVN revision: 82250
-rw-r--r--ChangeLog4
-rw-r--r--m4/common/efl_check_funcs.m43
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a86988..e093e36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -394,3 +394,7 @@
* 1.7.5 release
+2013-01-05 Joel Klinghed
+
+ * configure dirfd check fix
+
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"],