Changeset 987 for trunk/config.m4
- Timestamp:
- 2012-07-18T05:19:57+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/config.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.m4
r986 r987 25 25 26 26 xcache_sources=" 27 main/xc_const_string.c \28 main/xc_lock.c \29 main/xc_mem.c \30 main/xc_opcode_spec.c \31 main/xc_processor.c \32 main/xc_sandbox.c \33 main/xc_shm.c \34 main/xc_shm_mmap.c \35 main/xc_utils.c \36 27 util/xc_stack.c \ 37 28 xcache.c \ 29 xcache/xc_const_string.c \ 30 xcache/xc_lock.c \ 31 xcache/xc_mem.c \ 32 xcache/xc_opcode_spec.c \ 33 xcache/xc_processor.c \ 34 xcache/xc_sandbox.c \ 35 xcache/xc_shm.c \ 36 xcache/xc_shm_mmap.c \ 37 xcache/xc_utils.c \ 38 38 " 39 39 XCACHE_MODULES="cacher" … … 50 50 if test "$PHP_XCACHE_TEST" != "no"; then 51 51 XCACHE_ENABLE_TEST=-DXCACHE_ENABLE_TEST 52 xcache_sources="$xcache_sources main/xc_malloc.c"52 xcache_sources="$xcache_sources xcache/xc_malloc.c" 53 53 AC_DEFINE([HAVE_XCACHE_TEST], 1, [Define to enable XCache self test]) 54 54 else
Note: See TracChangeset
for help on using the changeset viewer.

