]> git.kaiwu.me - nginx.git/commitdiff
fix ngx_cpp_test_module configure
authorIgor Sysoev <igor@sysoev.ru>
Wed, 13 Aug 2008 08:29:27 +0000 (08:29 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 13 Aug 2008 08:29:27 +0000 (08:29 +0000)
auto/modules
auto/options

index 36ed53f5be6149e0bd79718741a7005974f3a8de..89f53b722fa3d961c234fafe3e6af5b6e305830f 100644 (file)
@@ -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
 
index b99e904edb0bd4803444b8c51e0279b60011cef6..934edaaa62e4e861adcc1fdaee39c6d592e8f908 100644 (file)
@@ -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" ;;