]> git.kaiwu.me - nginx.git/commitdiff
rtsig uses own poll code
authorIgor Sysoev <igor@sysoev.ru>
Sat, 8 Mar 2008 15:15:18 +0000 (15:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 8 Mar 2008 15:15:18 +0000 (15:15 +0000)
auto/os/linux

index abf61f14a1b612a7991ea680bd47a2ef06fe380d..786b560ead1a45a830810e2e32771a02f736a8b4 100644 (file)
@@ -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