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 1c168c7875
commit 430ab81a72

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