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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user