From 0c860a77c03488746f73bf2636a5f44b153a46ef Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 8 Aug 2011 23:32:52 -0400 Subject: [PATCH] Fixed CMakeLists.txt detecting epoll --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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