From: Mark L. Woodward Date: Mon, 1 Oct 2001 11:04:56 +0000 (+0000) Subject: Removed PHOENIX_INCLUDE, I don't need it to compile and it seems like X-Git-Tag: php4~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=758b775d34213fb1eaa52da5076426756a67df4a;p=php Removed PHOENIX_INCLUDE, I don't need it to compile and it seems like it causes a conflict with ext/mhash. (Phoenix has a file called mhash.h and that is being found when mhash is being built.) --- diff --git a/ext/msession/config.m4 b/ext/msession/config.m4 index 79c10b28ef..c9953dccfb 100644 --- a/ext/msession/config.m4 +++ b/ext/msession/config.m4 @@ -24,7 +24,6 @@ if test "$PHP_MSESSION" != "no"; then AC_DEFINE(HAVE_MSESSION, 1, [ ]) PHP_ADD_LIBRARY_WITH_PATH(phoenix, "$PHOENIX_DIR/lib", PHOENIX_LIB) PHOENIX_INCLUDE="-I$PHOENIX_DIR" - PHP_SUBST(PHOENIX_INCLUDE) PHP_SUBST(PHOENIX_LIB) PHP_EXTENSION(msession, $ext_shared)