php-src/ext/msession/config.m4
2001-09-25 12:12:48 +00:00

16 lines
442 B
Plaintext

PHP_ARG_WITH(msession, for msession support,
[ --with-msession Include msession support])
if test "$PHP_MSESSION" != "no"; then
PHOENIX_HOME="/usr/local/phoenix"
AC_DEFINE(HAVE_MSESSION, 1, [ ])
PHP_EXTENSION(msession, $ext_shared)
PHOENIX_INCLUDE_="-I/usr/local/phoenix/lib"
PHP_ADD_LIBRARY_WITH_PATH(phoenix, "/usr/local/phoenix/lib", PHOENIX_LIB)
PHP_SUBST(PHOENIX_INCLUDE)
PHP_SUBST(PHOENIX_LIB)
fi