From f94a25d6fa2f75a7e4d64ac1f998c4c0f459c00a Mon Sep 17 00:00:00 2001 From: steve-scott Date: Sat, 22 Dec 2018 18:54:16 -0800 Subject: Fix eventfd configuration bug. (#820) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c13a1678..15ffc505 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -341,7 +341,7 @@ else () nng_check_sym (backtrace_symbols_fd execinfo.h NNG_HAVE_BACKTRACE) nng_check_sym (alloca alloca.h NNG_HAVE_ALLOCA) nng_check_struct_member(msghdr msg_control sys/socket.h NNG_HAVE_MSG_CONTROL) - nng_check_sym (eventfd sys/eventfd NNG_HAVE_EVENTFD) + nng_check_sym (eventfd sys/eventfd.h NNG_HAVE_EVENTFD) nng_check_sym (kqueue sys/event.h NNG_HAVE_KQUEUE) nng_check_sym (port_create port.h NNG_HAVE_PORT_CREATE) nng_check_sym (epoll_create sys/epoll.h NNG_HAVE_EPOLL) -- cgit v1.2.3-70-g09d2