Changeset 478 for trunk/config.m4

Show
Ignore:
Timestamp:
09/17/2007 12:45:07 PM (6 years ago)
Author:
moo
Message:

scheme=malloc was broken in [470]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config.m4

    r470 r478  
    4444  AC_DEFINE_UNQUOTED([XCACHE_MODULES], "$XCACHE_MODULES", [Define what modules is built with XCache]) 
    4545 
    46   PHP_NEW_EXTENSION(xcache, $xcache_sources, $ext_shared) 
    47   PHP_ADD_MAKEFILE_FRAGMENT() 
    48  
    4946  PHP_ARG_ENABLE(xcache-test, for XCache self test, 
    5047  [  --enable-xcache-test            XCache: Enable self test - FOR DEVELOPERS ONLY!!], no, no) 
     
    6360    AC_DEFINE([HAVE_XCACHE_DPRINT], 1, [Define to enable XCache debug print functions]) 
    6461  fi 
     62 
     63  PHP_NEW_EXTENSION(xcache, $xcache_sources, $ext_shared) 
     64  PHP_ADD_MAKEFILE_FRAGMENT() 
    6565 
    6666  AC_PATH_PROGS([XCACHE_AWK], [gawk awk])