From 0e7b38edb897eea0d76fd3ea5d110be0a3d54047 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Sun, 6 Jun 2010 22:06:14 +0000 Subject: [PATCH] Fix comment. DSO is now default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952008 13f79535-47bb-0310-9956-ffa450edef68 --- modules/core/config.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/core/config.m4 b/modules/core/config.m4 index 830e6bb035..279cc4109f 100644 --- a/modules/core/config.m4 +++ b/modules/core/config.m4 @@ -22,9 +22,7 @@ case "x$enable_so" in ;; esac -dnl mod_so can only be built statically. If the user wants modules to -dnl be built as DSOs by default (eg. ./configure --enable-mods-shared=most) -dnl then we must override the default here. +dnl mod_so can only be built statically. Override the default here. if test "x$enable_so" = "xyes"; then enable_so="static" fi -- 2.50.1