From 474dfe1af14b281affe1acd45e7c3941aa080a77 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Mon, 20 May 2002 21:00:27 +0000 Subject: [PATCH] what's a static DSO? :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95193 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/config9.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4 index 54a5aff6f9..a2863c020b 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 -- 2.40.0