]> granicus.if.org Git - apache/commitdiff
* modules/loggers/config.m4: Add 'server' directory to include path if
authorJoe Orton <jorton@apache.org>
Sat, 3 Jan 2004 20:15:59 +0000 (20:15 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 3 Jan 2004 20:15:59 +0000 (20:15 +0000)
mod_log_forensic is enabled.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102167 13f79535-47bb-0310-9956-ffa450edef68

modules/loggers/config.m4

index aa0516e33c29ce0f0ff73dab3c7898f7a8b8a43e..bab52ec34357063533d3a709f49de608e0d2c77e 100644 (file)
@@ -7,6 +7,11 @@ APACHE_MODPATH_INIT(loggers)
 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