comparison 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
comparison
equal deleted inserted replaced
322:ab2f8c9a2a45 323:ba876b26b76d
121 echo " --with-zlib=DIR path to zlib library" 121 echo " --with-zlib=DIR path to zlib library"
122 echo 122 echo
123 123
124 exit 1 124 exit 1
125 fi 125 fi
126
127
128 if [ ".$PLATFORM" = ".win32" -a $EVENT_POLL = YES ]; then
129 EVENT_POLL=NO
130 echo "$0: warning: --with-poll_module option is ignored for win32"
131 fi