From 49f06858e9fb8362a4d337b3b0dd35f911797cf3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 13 Aug 2008 08:29:27 +0000 Subject: fix ngx_cpp_test_module configure --- auto/modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 36ed53f5b..89f53b722 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 -- cgit