fd_util: support eventfd()

This commit is contained in:
Max Kellermann
2013-01-09 23:01:04 +01:00
parent a93caf3cfe
commit 3be57dc4a3
3 changed files with 26 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ AC_SEARCH_LIBS([syslog], [bsd socket inet],
AC_SEARCH_LIBS([socket], [socket])
AC_SEARCH_LIBS([gethostbyname], [nsl])
AC_CHECK_FUNCS(pipe2 accept4)
AC_CHECK_FUNCS(pipe2 accept4 eventfd)
AC_SEARCH_LIBS([exp], [m],,
[AC_MSG_ERROR([exp() not found])])