From d48d0d9f422baf87d349814c58dc31761838f908 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 8 Mar 2008 15:15:18 +0000 Subject: [PATCH] rtsig uses own poll code --- auto/os/linux | 1 - 1 file changed, 1 deletion(-) 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