aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9ca14b02..5d4696b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1110,7 +1110,7 @@ WSAPoll(fda, 2, 0);]])],
1110 ],[have_poll='no']) 1110 ],[have_poll='no'])
1111 AC_MSG_RESULT([$have_poll])]) 1111 AC_MSG_RESULT([$have_poll])])
1112 AS_IF([test "$enable_poll" = "yes" && test "$have_poll" != "yes"], 1112 AS_IF([test "$enable_poll" = "yes" && test "$have_poll" != "yes"],
1113 AC_MSG_ERROR([[Support for poll was explicitly requested but cannot be enabled on this platform.]])) 1113 [AC_MSG_ERROR([[Support for poll was explicitly requested but cannot be enabled on this platform.]])])
1114 enable_poll="$have_poll"]) 1114 enable_poll="$have_poll"])
1115 1115
1116AC_ARG_ENABLE([[epoll]], 1116AC_ARG_ENABLE([[epoll]],