Changeset 95 for trunk/config.m4
- Timestamp:
- 07/16/2006 01:07:57 PM (7 years ago)
- Files:
-
- 1 modified
-
trunk/config.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.m4
r87 r95 18 18 19 19 if test "$PHP_XCACHE" != "no"; then 20 PHP_ARG_ENABLE(xcache-constant, for XCache handle of compile time constant, 21 [ --enable-xcache-constant XCache: Handle new constants made by php compiler (e.g.: for __halt_compiler)], yes, no) 22 if test "$PHP_XCACHE_CONSTANT" != "no"; then 23 AC_DEFINE([HAVE_XCACHE_CONSTANT], 1, [Define to enable XCache handling of compile time constants]) 24 fi 25 20 26 xcache_sources="processor.c \ 21 27 xcache.c \

