]> granicus.if.org Git - apache/commitdiff
what's a static DSO? :)
authorCliff Woolley <jwoolley@apache.org>
Mon, 20 May 2002 21:00:27 +0000 (21:00 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 20 May 2002 21:00:27 +0000 (21:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95193 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/config9.m4

index 54a5aff6f948f2f9efede4fde116a0dd92882924..a2863c020b4e792511fb49d506339b8382c564c7 100644 (file)
@@ -17,7 +17,7 @@ APACHE_MODULE(rewrite, regex URL translation, , , most, [
   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