diff options
author | Adam <Adam@anope.org> | 2011-08-08 23:32:52 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-08 23:32:52 -0400 |
commit | 0c860a77c03488746f73bf2636a5f44b153a46ef (patch) | |
tree | 98666992952ec2a32e0cf7a168a352bfee850572 | |
parent | 2d591f7f594ff3a8389a4d8cb7f1f60c7b390344 (diff) |
Fixed CMakeLists.txt detecting epoll
-rw-r--r-- | CMakeLists.txt | 2 |
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 |