diff 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
line wrap: on
line diff
--- 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