Show
Ignore:
Timestamp:
09/15/06 14:49:57 (2 years ago)
Author:
bart
Message:

Reverse changeset 205 (doc-comment exclusion) from Tom Regner

<t.regner at librics.de>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/config.m4

    r257 r269  
    100100]) 
    101101 
     102AC_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 
    102109dnl PHP_BUILD_SHARED 
    103110if test "$PHP_EACCELERATOR" != "no"; then 
     
    108115 
    109116  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 
    111121  if test "$eaccelerator_crash_detection" = "yes"; then 
    112122    AC_DEFINE(WITH_EACCELERATOR_CRASH_DETECTION, 1, [Define if you like to release eAccelerator resources on PHP crash])