mlwmohawk               Wed Feb 12 13:34:21 2003 EDT

  Modified files:              
    /php4/ext/msession  config.m4 
  Log:
  Fix for GCC 3
  
  
Index: php4/ext/msession/config.m4
diff -u php4/ext/msession/config.m4:1.8 php4/ext/msession/config.m4:1.9
--- php4/ext/msession/config.m4:1.8     Tue Mar 12 11:25:11 2002
+++ php4/ext/msession/config.m4 Wed Feb 12 13:34:20 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.8 2002/03/12 16:25:11 sas Exp $
+dnl $Id: config.m4,v 1.9 2003/02/12 18:34:20 mlwmohawk Exp $
 dnl
 
 PHP_ARG_WITH(msession, for msession support,
@@ -29,6 +29,8 @@
        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
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to