comparison auto/lib/conf @ 370:9a242235a80a NGINX_0_6_29

nginx 0.6.29 *) Feature: the ngx_google_perftools_module. *) Bugfix: the ngx_http_perl_module could be not built on 64-bit platforms; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Tue, 18 Mar 2008 00:00:00 +0300
parents ca5f86d94316
children d13234035cad
comparison
equal deleted inserted replaced
369:5906b8639a07 370:9a242235a80a
40 fi 40 fi
41 41
42 if [ $USE_PERL = YES ]; then 42 if [ $USE_PERL = YES ]; then
43 . auto/lib/perl/conf 43 . auto/lib/perl/conf
44 fi 44 fi
45
46 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
47 . auto/lib/google-perftools/conf
48 fi