]> granicus.if.org Git - apache/commitdiff
The ajp subdirectory does not exist so we don't need it in the includes.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 18 Aug 2004 16:32:27 +0000 (16:32 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 18 Aug 2004 16:32:27 +0000 (16:32 +0000)
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

index 7b3a59789e117cbd305b20a49aa91724daafc257..2b243b20ce862be8a70ebe5a602987af1e09def0 100644 (file)
@@ -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