Changeset 269 for eaccelerator/trunk/config.m4
- Timestamp:
- 09/15/06 14:49:57 (2 years ago)
- Files:
-
- eaccelerator/trunk/config.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/config.m4
r259 r269 89 89 ]) 90 90 91 AC_ARG_WITH(eaccelerator-doc-comment-inclusion, 92 [ --with-eaccelerator-doc-comment-inclusion If you want eAccelerator to retain doc-comments in internal php structures.],[ 93 enable_doc_comment_inclusion=$withval 94 ],[ 95 enable_doc_comment_inclusion=no 96 ]) 97 91 98 dnl PHP_BUILD_SHARED 92 99 if test "$PHP_EACCELERATOR" != "no"; then … … 97 104 98 105 AC_DEFINE_UNQUOTED(EA_USERID, $ea_userid, [The userid eAccelerator will be running under.]) 99 106 107 if test "$enable_doc_comment_inclusion" = "yes"; then 108 AC_DEFINE(INCLUDE_DOC_COMMENTS, 1, [If you want eAccelerator to retain doc-comments in internal php structures (meta-programming)]) 109 fi 100 110 if test "$eaccelerator_crash_detection" = "yes"; then 101 111 AC_DEFINE(WITH_EACCELERATOR_CRASH_DETECTION, 1, [Define if you like to release eAccelerator resources on PHP crash])