Fixed building --with-cpp_test_module on some systems.

This commit is contained in:
Valentin Bartenev 2012-05-17 15:12:45 +00:00
parent 2d615aa0db
commit c6467ab653
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ fi
if [ $NGX_CPP_TEST = YES ]; then
NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS"
CORE_LIBS="$CORE_LIBS -lstdc++"
fi