summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-13 08:29:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-13 08:29:27 +0000
commit49f06858e9fb8362a4d337b3b0dd35f911797cf3 (patch)
treed37fb4ec9447cffe40c261198f3d1340600dd81e /auto
parent85aebb00772ef986e2f60409adb6174dc581dbbb (diff)
fix ngx_cpp_test_module configure
Diffstat (limited to 'auto')
-rw-r--r--auto/modules2
-rw-r--r--auto/options2
2 files changed, 2 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules
index 36ed53f5..89f53b72 100644
--- a/auto/modules
+++ b/auto/modules
@@ -392,7 +392,7 @@ if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
fi
-if [ $NGX_CPP_TEST_MODULE = YES ]; then
+if [ $NGX_CPP_TEST = YES ]; then
NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS"
fi
diff --git a/auto/options b/auto/options
index b99e904e..934edaaa 100644
--- a/auto/options
+++ b/auto/options
@@ -209,7 +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 ;;
+ --with-cpp_test_module) NGX_CPP_TEST=YES ;;
--add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;