added more tests for --with-http_postgres_module and --with-http_iconv_module.

This commit is contained in:
agentzh (章亦春)
2011-03-07 19:40:43 +08:00
parent 2a2a5f444d
commit 244bd03120
2 changed files with 204 additions and 4 deletions

2
util/configure vendored
View File

@ -25,7 +25,7 @@ my @modules = (
[http_form_input => 'form-input-nginx-module'],
[http_encrypted_session => 'encrypted-session-nginx-module'],
[http_drizzle => 'drizzle-nginx-module'],
[http_postgres => 'drizzle-nginx-module', 'disabled'],
[http_postgres => 'ngx_postgres', 'disabled'],
[http_lua => 'ngx_lua'],
[http_headers_more => 'headers-more-nginx-module'],
[http_srcache => 'srcache-nginx-module'],