comparison auto/summary @ 445:f26432a1935a

nginx-0.1.0-2004-09-30-10:38:49 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Sep 2004 06:38:49 +0000
parents 42d11f017717
children 91e0d6a8f980
comparison
equal deleted inserted replaced
444:42d11f017717 445:f26432a1935a
43 43
44 44
45 if [ $HTTP_REWRITE = YES ]; then 45 if [ $HTTP_REWRITE = YES ]; then
46 if [ $PCRE = NONE -o $PCRE = NO ]; then 46 if [ $PCRE = NONE -o $PCRE = NO ]; then
47 echo "$0: error: HTTP rewrite module requires PCRE library." 47 echo "$0: error: HTTP rewrite module requires PCRE library."
48 echo $ngx_n "You can disable the module by using" $ngx_c 48 echo $ngx_n "You can disable the module by using " $ngx_c
49 echo "--without-http_rewrite_module option" 49 echo "--without-http_rewrite_module option"
50 echo "or you have to enable PCRE support" 50 echo "or you have to enable PCRE support."
51 echo 51 echo
52 52
53 exit 1 53 exit 1
54 fi 54 fi
55 fi 55 fi
56 56
57 57
58 if [ $HTTP_GZIP = YES ]; then 58 if [ $HTTP_GZIP = YES ]; then
59 if [ $ZLIB = NONE -o $ZLIB = NO ]; then 59 if [ $ZLIB = NONE -o $ZLIB = NO ]; then
60 echo "$0: error: HTTP gzip module requires zlib library." 60 echo "$0: error: HTTP gzip module requires zlib library."
61 echo $ngx_n "You can disable the module by using" $ngx_c 61 echo $ngx_n "You can disable the module by using " $ngx_c
62 echo "--without-http_gzip_module option" 62 echo "--without-http_gzip_module option"
63 echo "or you have to enable zlib support" 63 echo "or you have to enable zlib support."
64 echo 64 echo
65 65
66 exit 1 66 exit 1
67 fi 67 fi
68 fi 68 fi