diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-05-01 19:55:25 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-05-01 19:55:25 +0000 |
| commit | 60e8440bf72f734d54c9527e4aeac2cd2aec2830 (patch) | |
| tree | 643e930080a669a132884e7d8d77b02a115e9645 | |
| parent | a088b8bb2b510913639594f0c52e87bd94d0f854 (diff) | |
| download | nginx-60e8440bf72f734d54c9527e4aeac2cd2aec2830.tar.gz nginx-60e8440bf72f734d54c9527e4aeac2cd2aec2830.tar.bz2 | |
add options help
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 6a48076c5..7fb7131a0 100644 --- a/auto/options +++ b/auto/options @@ -264,6 +264,7 @@ cat << END --with-http_sub_module enable ngx_http_sub_module --with-http_dav_module enable ngx_http_dav_module --with-http_flv_module enable ngx_http_flv_module + --with-http_stub_status_module enable ngx_http_stub_status_module --without-http_charset_module disable ngx_http_charset_module --without-http_gzip_module disable ngx_http_gzip_module @@ -301,6 +302,8 @@ cat << END --with-mail enable IMAP4/POP3/SMTP proxy module --with-mail_ssl_module enable ngx_mail_ssl_module + --add-module=PATH enable an external module + --with-cc=PATH set path to C compiler --with-cpp=PATH set path to C preprocessor --with-cc-opt=OPTIONS set additional options for C compiler |
