diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-09-30 06:38:49 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-30 06:38:49 +0000 |
| commit | 6d2eb207117886001038fd77978f2ad65f805512 (patch) | |
| tree | 0f5b76bb639f3d8f916cd5cc3f7f3ba6629b2b75 /auto/summary | |
| parent | ff8da91784ae67ef3b5daa6ebbbbef2ec728729f (diff) | |
| download | nginx-6d2eb207117886001038fd77978f2ad65f805512.tar.gz nginx-6d2eb207117886001038fd77978f2ad65f805512.tar.bz2 | |
nginx-0.1.0-2004-09-30-10:38:49 import
Diffstat (limited to 'auto/summary')
| -rw-r--r-- | auto/summary | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/auto/summary b/auto/summary index 381754b50..a07c78ceb 100644 --- a/auto/summary +++ b/auto/summary @@ -45,9 +45,9 @@ echo if [ $HTTP_REWRITE = YES ]; then if [ $PCRE = NONE -o $PCRE = NO ]; then echo "$0: error: HTTP rewrite module requires PCRE library." - echo $ngx_n "You can disable the module by using" $ngx_c + echo $ngx_n "You can disable the module by using " $ngx_c echo "--without-http_rewrite_module option" - echo "or you have to enable PCRE support" + echo "or you have to enable PCRE support." echo exit 1 @@ -58,9 +58,9 @@ fi if [ $HTTP_GZIP = YES ]; then if [ $ZLIB = NONE -o $ZLIB = NO ]; then echo "$0: error: HTTP gzip module requires zlib library." - echo $ngx_n "You can disable the module by using" $ngx_c + echo $ngx_n "You can disable the module by using " $ngx_c echo "--without-http_gzip_module option" - echo "or you have to enable zlib support" + echo "or you have to enable zlib support." echo exit 1 |
