summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-08 23:32:52 -0400
committerAdam <Adam@anope.org>2011-08-08 23:32:52 -0400
commit0c860a77c03488746f73bf2636a5f44b153a46ef (patch)
tree98666992952ec2a32e0cf7a168a352bfee850572
parent2d591f7f594ff3a8389a4d8cb7f1f60c7b390344 (diff)
Fixed CMakeLists.txt detecting epoll
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad890bc51..08a5266a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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