summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-08 15:15:18 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-08 15:15:18 +0000
commitd48d0d9f422baf87d349814c58dc31761838f908 (patch)
treee3c10d5207325805db660144efb867a679b95a6f /auto
parentf39876c24be1b748b3a932e59e005d6d4adbd57f (diff)
rtsig uses own poll code
Diffstat (limited to 'auto')
-rw-r--r--auto/os/linux1
1 files changed, 0 insertions, 1 deletions
diff --git a/auto/os/linux b/auto/os/linux
index abf61f14..786b560e 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