From af2ceefe620d30278a900e0bc464993591aa4bed Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Wed, 18 Aug 2004 16:32:27 +0000 Subject: [PATCH] The ajp subdirectory does not exist so we don't need it in the includes. The mod_proxy_ajp.dsp also refers to source files in .\ajp but that looks to be a generate file; someone with the right have to arrange it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104713 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/config.m4 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 7b3a59789e..2b243b20ce 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -39,8 +39,4 @@ APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current/../generators]) APACHE_MODULE(proxy_ajp, Apache proxy AJP module, $proxy_ajp_objs, , no) -if test "$proxy_ajp_enable" != "no" -o "$enable_proxy_ajp" != "no"; then - APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current/ajp]) -fi - APACHE_MODPATH_FINISH -- 2.40.0