You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2002/05/20 23:00:27 UTC

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

jwoolley    02/05/20 14:00:27

  Modified:    modules/mappers config9.m4
  Log:
  what's a static DSO?  :)
  
  Revision  Changes    Path
  1.11      +1 -1      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.10
  retrieving revision 1.11
  diff -u -d -u -r1.10 -r1.11
  --- config9.m4	11 Nov 2001 01:58:12 -0000	1.10
  +++ config9.m4	20 May 2002 21:00:27 -0000	1.11
  @@ -17,7 +17,7 @@
     APR_ADDTO(CFLAGS,-DNO_DBM_REWRITEMAP)
   ])
   
  -dnl mod_so should only be built as a static DSO
  +dnl mod_so should only be built as a static module
   if test "$enable_so" = "yes"; then
       enable_so="static"
   elif test "$enable_so" = "shared"; then