comparison auto/options @ 4900:6b4b702316a6 stable-1.2

Merge of r4866, r4867: configure fixes. *) Configure: help updated to list upstream keepalive and least_conn. Patch by Joshua Zhu. *) Configure: additional test for ExtUtils::Embed perl module presence. Now perl configure will correctly fail if ExtUtils::Embed perl module is not present in the system (found on Amazon Linux AMI, as of release 2012.03).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Nov 2012 17:57:57 +0000
parents 0141b4aec0e4
children
comparison
equal deleted inserted replaced
4899:615d184cde74 4900:6b4b702316a6
383 --without-http_limit_req_module disable ngx_http_limit_req_module 383 --without-http_limit_req_module disable ngx_http_limit_req_module
384 --without-http_empty_gif_module disable ngx_http_empty_gif_module 384 --without-http_empty_gif_module disable ngx_http_empty_gif_module
385 --without-http_browser_module disable ngx_http_browser_module 385 --without-http_browser_module disable ngx_http_browser_module
386 --without-http_upstream_ip_hash_module 386 --without-http_upstream_ip_hash_module
387 disable ngx_http_upstream_ip_hash_module 387 disable ngx_http_upstream_ip_hash_module
388 --without-http_upstream_least_conn_module
389 disable ngx_http_upstream_least_conn_module
390 --without-http_upstream_keepalive_module
391 disable ngx_http_upstream_keepalive_module
388 392
389 --with-http_perl_module enable ngx_http_perl_module 393 --with-http_perl_module enable ngx_http_perl_module
390 --with-perl_modules_path=PATH set Perl modules path 394 --with-perl_modules_path=PATH set Perl modules path
391 --with-perl=PATH set perl binary pathname 395 --with-perl=PATH set perl binary pathname
392 396