aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 39548981..cf261ead 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2032,6 +2032,7 @@ AS_IF([[test "x$enable_itc" = "xeventfd" || test "x$enable_itc" = "xauto"]], [
2032 AC_LINK_IFELSE([ 2032 AC_LINK_IFELSE([
2033 AC_LANG_PROGRAM([[ 2033 AC_LANG_PROGRAM([[
2034#include <sys/eventfd.h> 2034#include <sys/eventfd.h>
2035#include <unistd.h>
2035 ]], [[ 2036 ]], [[
2036 int ef = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); 2037 int ef = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK);
2037 if (ef < 0) return 1; 2038 if (ef < 0) return 1;