From: Cliff Woolley Date: Mon, 20 May 2002 21:00:27 +0000 (+0000) Subject: what's a static DSO? :) X-Git-Tag: 2.0.37~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474dfe1af14b281affe1acd45e7c3941aa080a77;p=thirdparty%2Fapache%2Fhttpd.git what's a static DSO? :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95193 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4 index 54a5aff6f94..a2863c020b4 100644 --- a/modules/mappers/config9.m4 +++ b/modules/mappers/config9.m4 @@ -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