From: Mark L. Woodward Date: Wed, 12 Feb 2003 18:34:21 +0000 (+0000) Subject: Fix for GCC 3 X-Git-Tag: RELEASE_0_5~1075 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fee86786550af50275b978fa41b7c63d2bee5f0;p=php Fix for GCC 3 --- diff --git a/ext/msession/config.m4 b/ext/msession/config.m4 index 3cef3f94ec..f41d018c6d 100644 --- a/ext/msession/config.m4 +++ b/ext/msession/config.m4 @@ -29,6 +29,8 @@ if test "$PHP_MSESSION" != "no"; then PHOENIX_INCLUDE="-I$PHOENIX_DIR" PHP_SUBST(PHOENIX_LIB) + PHP_REQUIRE_CXX PHP_NEW_EXTENSION(msession, msession.c, $ext_shared) + PHP_ADD_LIBRARY(stdc++) fi