summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-18 10:36:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-18 10:36:27 +0000
commit85dd8fc5b6f033fadd3c21e058a90d63140ae223 (patch)
treef4e956b938c5a1b611bc0fd41537db0e2eb5893b /auto/options
parent8da1fa935f1402dfb1542aaf534bc983c12be319 (diff)
downloadnginx-85dd8fc5b6f033fadd3c21e058a90d63140ae223.tar.gz
nginx-85dd8fc5b6f033fadd3c21e058a90d63140ae223.tar.bz2
ngx_google_perftools_module
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index ac475c9a6..65fd360de 100644
--- a/auto/options
+++ b/auto/options
@@ -115,6 +115,8 @@ ZLIB_ASM=NO
USE_PERL=NO
NGX_PERL=perl
+NGX_GOOGLE_PERFTOOLS=NO
+
NGX_CPU_CACHE_LINE=
@@ -201,6 +203,8 @@ do
--without-mail_imap_module) MAIL_IMAP=NO ;;
--without-mail_smtp_module) MAIL_SMTP=NO ;;
+ --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
+
--add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
--with-cc=*) CC="$value" ;;
@@ -317,6 +321,8 @@ cat << END
--without-mail_imap_module disable ngx_mail_imap_module
--without-mail_smtp_module disable ngx_mail_smtp_module
+ --with-google_perftools_module enable ngx_google_perftools_module
+
--add-module=PATH enable an external module
--with-cc=PATH set path to C compiler