diff auto/options @ 323:ba876b26b76d

nginx-0.0.3-2004-04-21-22:54:33 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 Apr 2004 18:54:33 +0000
parents 39b6f2df45c0
children 4feff829a849
line wrap: on
line diff
--- 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