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

Check for eventfd

Fix linking against N900 glibc 2.5.
(cherry picked from commit c1c8639c)
parent c2873940
...@@ -572,7 +572,7 @@ AC_CHECK_FUNCS(fdatasync,, ...@@ -572,7 +572,7 @@ AC_CHECK_FUNCS(fdatasync,,
]) ])
dnl Check for non-standard system calls dnl Check for non-standard system calls
AC_CHECK_FUNCS([vmsplice fstatfs]) AC_CHECK_FUNCS([vmsplice eventfd fstatfs])
AH_BOTTOM([#include <vlc_fixups.h>]) AH_BOTTOM([#include <vlc_fixups.h>])
......
...@@ -58,7 +58,6 @@ ...@@ -58,7 +58,6 @@
#if defined (HAVE_SYS_EVENTFD_H) #if defined (HAVE_SYS_EVENTFD_H)
# include <sys/eventfd.h> # include <sys/eventfd.h>
# define HAVE_EVENTFD 1
#endif #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