1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

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.)
This commit is contained in:
Mark L. Woodward
2001-10-01 11:04:56 +00:00
parent bd15cd8ef9
commit 758b775d34
-1
View File
@@ -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)