Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-21 22:54:33 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-21 22:54:33 +0400
commit732a27196381164c799d345ec0d010b416408555 (patch)
tree043848398927223e1b08d1b15c071b3a23717d76 /auto
parentbb570859043557c5c1b20d933ff2e4c18d13c980 (diff)
nginx-0.0.3-2004-04-21-22:54:33 import
Diffstat (limited to 'auto')
-rw-r--r--auto/options6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index b4ca3a759..178dfd275 100644
--- a/auto/options
+++ b/auto/options
@@ -123,3 +123,9 @@ if [ $help = yes ]; then
exit 1
fi
+
+
+if [ ".$PLATFORM" = ".win32" -a $EVENT_POLL = YES ]; then
+ EVENT_POLL=NO
+ echo "$0: warning: --with-poll_module option is ignored for win32"
+fi