diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-13 08:29:27 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-13 08:29:27 +0000 |
| commit | 49f06858e9fb8362a4d337b3b0dd35f911797cf3 (patch) | |
| tree | d37fb4ec9447cffe40c261198f3d1340600dd81e /auto/modules | |
| parent | 85aebb00772ef986e2f60409adb6174dc581dbbb (diff) | |
| download | nginx-49f06858e9fb8362a4d337b3b0dd35f911797cf3.tar.gz nginx-49f06858e9fb8362a4d337b3b0dd35f911797cf3.tar.bz2 | |
fix ngx_cpp_test_module configure
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
