You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/05/24 18:18:01 UTC

cvs commit: apache-2.0/src/modules/standard config.m4

rbb         00/05/24 09:18:00

  Modified:    src/modules/standard config.m4
  Log:
  Allow --enable-cgid and --disable-cgid to work.  Basically just make
  cgid a standard module.
  
  Revision  Changes    Path
  1.15      +1 -0      apache-2.0/src/modules/standard/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/config.m4,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- config.m4	2000/04/30 15:19:30	1.14
  +++ config.m4	2000/05/24 16:17:58	1.15
  @@ -22,6 +22,7 @@
   APACHE_CHECK_STANDARD_MODULE(autoindex, directory listing, , yes)
   APACHE_CHECK_STANDARD_MODULE(dir, directory request handling, , yes)
   APACHE_CHECK_STANDARD_MODULE(cgi, CGI scripts, , yes)
  +APACHE_CHECK_STANDARD_MODULE(cgid, CGI scripts, , no)
   APACHE_CHECK_STANDARD_MODULE(asis, as-is filetypes, , yes)
   APACHE_CHECK_STANDARD_MODULE(imap, internal imagemaps, , yes)
   APACHE_CHECK_STANDARD_MODULE(actions, Action triggering on requests, action, yes)