1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 21:03:13 +02:00

Fixed CMakeLists.txt detecting epoll

This commit is contained in:
Adam
2011-08-08 23:32:52 -04:00
parent 2d591f7f59
commit 0c860a77c0
+1 -1
View File
@@ -339,7 +339,7 @@ check_function_exists(strcasecmp HAVE_STRCASECMP)
check_function_exists(stricmp HAVE_STRICMP)
check_function_exists(umask HAVE_UMASK)
check_function_exists(eventfd HAVE_EVENTFD)
check_function_exists(epoll HAVE_EPOLL)
check_function_exists(epoll_wait HAVE_EPOLL)
check_function_exists(poll HAVE_POLL)
# Check for the existance of the following types