diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-07-21 13:27:19 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-07-21 13:27:19 +0000 |
| commit | 16137b0e8cf4ecb82686ea30be6306f12f532812 (patch) | |
| tree | b3821ca664ff2f22f1d832b5c6850d6981ee0099 | |
| parent | 55d47a81a97394896889a4f91a5d9f85fe010c58 (diff) | |
| download | nginx-16137b0e8cf4ecb82686ea30be6306f12f532812.tar.gz nginx-16137b0e8cf4ecb82686ea30be6306f12f532812.tar.bz2 | |
fix help message
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/options b/auto/options index 32328cbac..bc9e80917 100644 --- a/auto/options +++ b/auto/options @@ -312,7 +312,7 @@ cat << END --with-http_addition_module enable ngx_http_addition_module --with-http_xslt_module enable ngx_http_xslt_module --with-http_image_filter_module enable ngx_http_image_filter_module - --with-http_geoip_module enable ngx_http_geoip_link_module + --with-http_geoip_module enable ngx_http_geoip_module --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 |
