Changeset 269 for eaccelerator/branches/0.9.5/config.m4
- Timestamp:
- 09/15/06 14:49:57 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/config.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/config.m4
r257 r269 100 100 ]) 101 101 102 AC_ARG_WITH(eaccelerator-doc-comment-inclusion, 103 [ --with-eaccelerator-doc-comment-inclusion If you want eAccelerator to retain doc-comments in internal php structures.],[ 104 enable_doc_comment_inclusion=$withval 105 ],[ 106 enable_doc_comment_inclusion=no 107 ]) 108 102 109 dnl PHP_BUILD_SHARED 103 110 if test "$PHP_EACCELERATOR" != "no"; then … … 108 115 109 116 AC_DEFINE_UNQUOTED(EA_USERID, $ea_userid, [The userid eAccelerator will be running under.]) 110 117 118 if test "$enable_doc_comment_inclusion" = "yes"; then 119 AC_DEFINE(INCLUDE_DOC_COMMENTS, 1, [If you want eAccelerator to retain doc-comments in internal php structures (meta-programming)]) 120 fi 111 121 if test "$eaccelerator_crash_detection" = "yes"; then 112 122 AC_DEFINE(WITH_EACCELERATOR_CRASH_DETECTION, 1, [Define if you like to release eAccelerator resources on PHP crash])