Changeset 95 for trunk/config.w32

Show
Ignore:
Timestamp:
07/16/2006 11:07:57 AM (2 years ago)
Author:
moo
Message:

fixed #20, default: --enable-xcache-constant=yes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config.w32

    r37 r95  
    55 
    66if (PHP_XCACHE != "no") { 
     7    // {{{ check for xcache-constant  
     8    ARG_ENABLE("xcache-constant", "XCache: Handle new constants made by php compiler (e.g.: for __halt_compiler)", "yes"); 
     9    if (PHP_XCACHE_CONSTANT != "no") { 
     10        AC_DEFINE("HAVE_XCACHE_CONSTANT", 1, "Define to enable XCache handling of compile time constants"); 
     11    } 
     12    // }}} 
     13 
    714    var xcache_sources = "processor.c \ 
    815                          xcache.c \