From: Rainer Jung Date: Sun, 6 Jun 2010 22:06:14 +0000 (+0000) Subject: Fix comment. DSO is now default. X-Git-Tag: 2.3.6~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e7b38edb897eea0d76fd3ea5d110be0a3d54047;p=apache Fix comment. DSO is now default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952008 13f79535-47bb-0310-9956-ffa450edef68 --- 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