You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/01/03 21:15:59 UTC

cvs commit: httpd-2.0/modules/loggers config.m4

jorton      2004/01/03 12:15:59

  Modified:    modules/loggers config.m4
  Log:
  * modules/loggers/config.m4: Add 'server' directory to include path if
  mod_log_forensic is enabled.
  
  Revision  Changes    Path
  1.8       +5 -0      httpd-2.0/modules/loggers/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/loggers/config.m4,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -b -d -u -r1.7 -r1.8
  --- config.m4	1 Jan 2004 15:39:30 -0000	1.7
  +++ config.m4	3 Jan 2004 20:15:59 -0000	1.8
  @@ -7,6 +7,11 @@
   APACHE_MODULE(log_config, logging configuration, , , yes)
   APACHE_MODULE(log_forensic, forensic logging)
   
  +if test $enable_log_forensic != no; then
  +    # mod_log_forensic needs test_char.h
  +    APR_ADDTO(INCLUDES, [-I\$(top_builddir)/server])
  +fi   
  +
   APACHE_MODULE(logio, input and output logging, , , most)
   
   APACHE_MODPATH_FINISH