[EMAIL PROTECTED] wrote:
> Modified: modules/generators mod_cgi.h
> Log:
> Once moved to a shared location, this bouncy #include dies
>
> Revision Changes Path
> 1.8 +1 -1 httpd-2.0/modules/generators/mod_cgi.h
> @@ -59,7 +59,7 @@
> #ifndef _MOD_CGI_H
> #define _MOD_CGI_H 1
>
> -#include "../filters/mod_include.h"
> +#include "mod_include.h"
>
> typedef enum {RUN_AS_SSI, RUN_AS_CGI} prog_types;
This patch breaks the build if you enable mod_cgi[d] but exclude mod_include.
Greg
In file included from mod_cgi.c:96:
mod_cgi.h:62:25: mod_include.h: No such file or directory
make[3]: *** [mod_cgi.lo] Error 1
make[3]: Leaving directory `/home/gregames/apache/httpd-2.0/modules/generators'
make[2]: *** [all-recursive] Error 1