summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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