Changeset 466 for branches/1.2/config.m4

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

support shm-malloc only on --enable-xcache-test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/config.m4

    r411 r466  
    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