summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-06-29 17:32:43 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-06-29 17:32:43 +0000
commit917e4ab3fb3759e3c9436256d35a1d6cf6169619 (patch)
treec9846301db77dfe8120a4a2a890b9b43496eeb79 /auto
parent71b7e2294a68c802930b239e2ed2eda895206846 (diff)
downloadnginx-917e4ab3fb3759e3c9436256d35a1d6cf6169619.tar.gz
nginx-917e4ab3fb3759e3c9436256d35a1d6cf6169619.tar.bz2
Merge of r4639, r4640: C++ fixes.
Fixed the ngx_regex.h header file compatibility with C++. Fixed building --with-cpp_test_module on some systems.
Diffstat (limited to 'auto')
-rw-r--r--auto/modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index dab660f87..7d3216b0f 100644
--- 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