diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-11 15:42:41 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-11 15:42:41 +0000 |
| commit | 6bb889f442bd7c5c6f640021014014ebc59bac27 (patch) | |
| tree | 98f16aacbe23f5d442bfef814672ace7e1ab12dc /auto/summary | |
| parent | 7b90834fbab2f2d5979a2787674bb246139405d9 (diff) | |
| download | nginx-6bb889f442bd7c5c6f640021014014ebc59bac27.tar.gz nginx-6bb889f442bd7c5c6f640021014014ebc59bac27.tar.bz2 | |
nginx-0.0.2-2004-03-11-18:42:41 import
Diffstat (limited to 'auto/summary')
| -rw-r--r-- | auto/summary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary index e0d8b2664..16e552da9 100644 --- a/auto/summary +++ b/auto/summary @@ -38,6 +38,7 @@ if [ $HTTP_REWRITE = YES ]; then echo "--without-http_rewrite_module option" echo "or you have to enable PCRE support" echo + exit 1 fi fi @@ -50,6 +51,7 @@ if [ $HTTP_GZIP = YES ]; then echo "--without-http_gzip_module option" echo "or you have to enable zlib support" echo + exit 1 fi fi |
