mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
nginx-0.0.3-2004-04-18-23:06:02 import
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user