You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@locus.apache.org on 2000/10/10 12:16:20 UTC

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

gstein      00/10/10 03:16:17

  Modified:    src/modules/standard config.m4
  Log:
  echo should not be built by default
  (maybe this module should be moved to modules/example/)
  
  Revision  Changes    Path
  1.28      +1 -1      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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- config.m4	2000/10/05 04:41:46	1.27
  +++ config.m4	2000/10/10 10:16:15	1.28
  @@ -54,7 +54,7 @@
   
   APACHE_CHECK_STANDARD_MODULE(unique_id, per-request unique ids, , no)
   APACHE_CHECK_STANDARD_MODULE(setenvif, basing ENV vars on headers, , yes)
  -APACHE_CHECK_STANDARD_MODULE(echo, ECHO server, , yes)
  +APACHE_CHECK_STANDARD_MODULE(echo, ECHO server, , no)
   
   LTFLAGS="$LTFLAGS -export-dynamic"
   
  
  
  

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

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
> From: gstein@locus.apache.org [mailto:gstein@locus.apache.org]
> Sent: Tuesday, October 10, 2000 5:16 AM
> 
> gstein      00/10/10 03:16:17
> 
>   Modified:    src/modules/standard config.m4
>   Log:
>   echo should not be built by default
>   (maybe this module should be moved to modules/example/)

    +1 on that sentiment