1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

what's a static DSO? :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Cliff Woolley
2002-05-20 21:00:27 +00:00
parent 3bd29a9e89
commit 474dfe1af1

View 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