Changeset 470 for trunk/config.m4

Show
Ignore:
Timestamp:
08/05/2007 02:54:14 AM (16 months ago)
Author:
moo
Message:

merged r466 from b1.2: support shm-malloc only on --enable-xcache-test

Location:
trunk
Files:
2 modified

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  
    2828                  mmap.c \ 
    2929                  mem.c \ 
    30                   xc_malloc.c \ 
    3130                  xc_shm.c \ 
    3231                  const_string.c \ 
     
    5251  if test "$PHP_XCACHE_TEST" != "no"; then 
    5352    XCACHE_ENABLE_TEST=-DXCACHE_ENABLE_TEST 
     53    xcache_sources="$xcache_sources xc_malloc.c" 
    5454    AC_DEFINE([HAVE_XCACHE_TEST], 1, [Define to enable XCache self test]) 
    5555  else