diff auto/modules @ 4639:944839adc406

Fixed building --with-cpp_test_module on some systems.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 17 May 2012 15:12:45 +0000
parents d620f497c50f
children a2ca3a6ee680
line wrap: on
line diff
--- a/auto/modules
+++ b/auto/modules
@@ -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