Commit c1c8639c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Check for eventfd

Fix linking against N900 glibc 2.5.
parent 27daf37c
......@@ -571,7 +571,7 @@ AC_CHECK_FUNCS(fdatasync,,
])
dnl Check for non-standard system calls
AC_CHECK_FUNCS([vmsplice fstatfs])
AC_CHECK_FUNCS([vmsplice eventfd fstatfs])
AH_BOTTOM([#include <vlc_fixups.h>])
......
......@@ -59,7 +59,6 @@
#if defined (HAVE_SYS_EVENTFD_H)
# include <sys/eventfd.h>
# define HAVE_EVENTFD 1
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment