diff options
Diffstat (limited to '')
| -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 |
