fix ngx_cpp_test_module configure

This commit is contained in:
Igor Sysoev 2008-08-13 08:29:27 +00:00
parent 85aebb0077
commit 49f06858e9
2 changed files with 2 additions and 2 deletions

View 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

View 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" ;;