nginx-0.0.3-2004-04-18-23:06:02 import

This commit is contained in:
Igor Sysoev
2004-04-18 19:06:02 +00:00
parent 32075f53e9
commit 9bfb434d24
10 changed files with 214 additions and 106 deletions

View File

@@ -35,8 +35,11 @@ if [ $ZLIB != NONE ]; then
else
if [ $PLATFORM != win32 ]; then
ngx_lib_inc="#include <zlib.h>"
# FreeBSD, Solaris, Linux
ngx_lib_cflags=
ngx_lib_inc="#include <zlib.h>"
ngx_lib="zlib library"
ngx_lib_test="z_stream z; deflate(&z, Z_NO_FLUSH)"
ngx_libs=-lz

View File

@@ -77,8 +77,11 @@ case $PLATFORM in
done=YES
;;
NO)
;;
*)
echo "$0: error: invalid --with-zlib=asm=$ZLIB_ASM option."
echo "$0: error: invalid --with-zlib-asm=$ZLIB_ASM option."
echo "The valid values are \"pentium\" and \"pentiumpro\" only".
echo