mirror of
https://github.com/nginx/nginx.git
synced 2025-02-04 04:20:33 -06:00
fix ngx_cpp_test_module configure
This commit is contained in:
parent
85aebb0077
commit
49f06858e9
@ -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
|
||||
|
||||
|
@ -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" ;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user