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...@apache.org on 2001/10/03 19:31:13 UTC

cvs commit: httpd-2.0/modules/mappers config9.m4

rbb         01/10/03 10:31:13

  Modified:    modules/mappers config9.m4
  Log:
  Remove an old comment.  This config.m4 is numbered 9, which is the
  highest possible number, so it is garaunteed to be in the last batch.  Any
  module config.m4 should just use a number < 9 to ensure that this continues
  to work.
  
  Revision  Changes    Path
  1.4       +0 -5      httpd-2.0/modules/mappers/config9.m4
  
  Index: config9.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/config9.m4,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config9.m4	2001/04/29 05:24:10	1.3
  +++ config9.m4	2001/10/03 17:31:13	1.4
  @@ -17,11 +17,6 @@
     APR_ADDTO(CFLAGS,-DNO_DBM_REWRITEMAP)
   ])
   
  -dnl ### this isn't going to work quite right because of ordering issues
  -dnl ### among the config.m4 files. it is possible that a *later* module
  -dnl ### is marked as shared (thus setting sharedobjs), so we won't see
  -dnl ### it here. we need to shift *this* config.m4 to be "last" or we
  -dnl ### need to find a different way to set up this default and module spec.
   if test "$sharedobjs" = "yes"; then
       APACHE_MODULE(so, DSO capability, , , yes)
   else