Changeset 479 for branches/1.2/config.m4
- Timestamp:
- 09/17/2007 10:46:33 AM (15 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458,478
-
branches/1.2/config.m4
r466 r479 44 44 AC_DEFINE_UNQUOTED([XCACHE_MODULES], "$XCACHE_MODULES", [Define what modules is built with XCache]) 45 45 46 PHP_NEW_EXTENSION(xcache, $xcache_sources, $ext_shared)47 PHP_ADD_MAKEFILE_FRAGMENT()48 49 46 PHP_ARG_ENABLE(xcache-test, for XCache self test, 50 47 [ --enable-xcache-test XCache: Enable self test - FOR DEVELOPERS ONLY!!], no, no) … … 63 60 AC_DEFINE([HAVE_XCACHE_DPRINT], 1, [Define to enable XCache debug print functions]) 64 61 fi 62 63 PHP_NEW_EXTENSION(xcache, $xcache_sources, $ext_shared) 64 PHP_ADD_MAKEFILE_FRAGMENT() 65 65 66 66 AC_PATH_PROGS([XCACHE_AWK], [gawk awk])

