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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user