Changeset 230 for trunk/config.w32

Show
Ignore:
Timestamp:
10/10/2006 02:31:50 AM (7 years ago)
Author:
moo
Message:

processor: dprint upgrade, added --enable-xcache-dprint

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config.w32

    r148 r230  
    119119        ADD_FLAG("XCACHE_ENABLE_TEST", ""); 
    120120    } 
    121  
     121    // }}} 
    122122    XCACHE_PROC_SOURCES=glob(srcdir + "\\processor\\*.m4").join(' '); 
    123123    ADD_FLAG("XCACHE_PROC_SOURCES", XCACHE_PROC_SOURCES); 
     124    // {{{ check for xcache-test 
     125    ARG_ENABLE("xcache-dprint", "XCache: Enable self debug print functions - FOR DEVELOPERS ONLY!!", "no"); 
     126    if (PHP_XCACHE_TEST != "no") { 
     127        AC_DEFINE("HAVE_XCACHE_TEST", 1, "Define to enable XCache debug print functions"); 
     128    } 
    124129    // }}} 
    125130    // {{{ check for opcode_spec_def.h