aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 19:18:08 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 19:44:43 +0200
commitdff05c71e61b2fe1aab4bef4fabf9bb093769bf1 (patch)
tree7490a06a4a156177bc3cfa5f3ca306ee49a9c8a2 /configure.ac
parentf6f4742410cff1413ea1c1bd326278d89a929f12 (diff)
downloadmpd-dff05c71e61b2fe1aab4bef4fabf9bb093769bf1.tar.gz
mpd-dff05c71e61b2fe1aab4bef4fabf9bb093769bf1.tar.xz
mpd-dff05c71e61b2fe1aab4bef4fabf9bb093769bf1.zip
event/EPollFD: basic support for Linux epoll
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 618c3f15c..45d35dce3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,6 +142,7 @@ AC_SEARCH_LIBS([gethostbyname], [nsl])
AC_CHECK_FUNCS(pipe2 accept4)
MPD_OPTIONAL_FUNC(eventfd, eventfd, USE_EVENTFD)
MPD_OPTIONAL_FUNC(signalfd, signalfd, USE_SIGNALFD)
+MPD_OPTIONAL_FUNC(epoll, epoll_create1, USE_EPOLL)
AC_SEARCH_LIBS([exp], [m],,
[AC_MSG_ERROR([exp() not found])])