summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--auto/os/linux1
1 files changed, 0 insertions, 1 deletions
diff --git a/auto/os/linux b/auto/os/linux
index abf61f14a..786b560ea 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -27,7 +27,6 @@ version=${version:-0}
if [ $version -ge 131609 -o $EVENT_RTSIG = YES ]; then
echo " + rt signals found"
have=NGX_HAVE_RTSIG . auto/have
- have=NGX_HAVE_POLL . auto/have
EVENT_MODULES="$EVENT_MODULES $RTSIG_MODULE"
CORE_SRCS="$CORE_SRCS $RTSIG_SRCS"
EVENT_FOUND=YES