summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-05 19:32:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-05 19:32:50 +0000
commite24b57ad9f06e5e48eda02f0d79a922797a68a87 (patch)
treeca74c61200f3ef394a1b06adb2ea19725c347ce4 /auto/options
parent36876c3d6c324f4f4f338b41e4b9376b0ad028bc (diff)
downloadnginx-e24b57ad9f06e5e48eda02f0d79a922797a68a87.tar.gz
nginx-e24b57ad9f06e5e48eda02f0d79a922797a68a87.tar.bz2
ngx_cpp_test_module
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 1498243bb..b99e904ed 100644
--- a/auto/options
+++ b/auto/options
@@ -119,6 +119,7 @@ NGX_PERL=perl
USE_LIBXSLT=NO
NGX_GOOGLE_PERFTOOLS=NO
+NGX_CPP_TEST=NO
NGX_CPU_CACHE_LINE=
@@ -208,6 +209,7 @@ do
--without-mail_smtp_module) MAIL_SMTP=NO ;;
--with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
+ --with-cpp_test_module) NGX_CPP_TEST_MODULE=YES ;;
--add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
@@ -327,6 +329,7 @@ cat << END
--without-mail_smtp_module disable ngx_mail_smtp_module
--with-google_perftools_module enable ngx_google_perftools_module
+ --with-cpp_test_module enable ngx_cpp_test_module
--add-module=PATH enable an external module