Changeset 470 for trunk/config.m4
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svnmerge-integrated changed from /branches/1.2:1-324,328,334,339,354,358,380,423,428,430,432,447,449,453,465,468 to /branches/1.2:1-324,328,334,339,354,358,380,423,428,430,432,447,449,453,465-466,468
-
trunk/config.m4
r410 r470 28 28 mmap.c \ 29 29 mem.c \ 30 xc_malloc.c \31 30 xc_shm.c \ 32 31 const_string.c \ … … 52 51 if test "$PHP_XCACHE_TEST" != "no"; then 53 52 XCACHE_ENABLE_TEST=-DXCACHE_ENABLE_TEST 53 xcache_sources="$xcache_sources xc_malloc.c" 54 54 AC_DEFINE([HAVE_XCACHE_TEST], 1, [Define to enable XCache self test]) 55 55 else

