You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/06/07 00:06:14 UTC

svn commit: r952008 - /httpd/httpd/trunk/modules/core/config.m4

Author: rjung
Date: Sun Jun  6 22:06:14 2010
New Revision: 952008

URL: http://svn.apache.org/viewvc?rev=952008&view=rev
Log:
Fix comment. DSO is now default.

Modified:
    httpd/httpd/trunk/modules/core/config.m4

Modified: httpd/httpd/trunk/modules/core/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/core/config.m4?rev=952008&r1=952007&r2=952008&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/core/config.m4 (original)
+++ httpd/httpd/trunk/modules/core/config.m4 Sun Jun  6 22:06:14 2010
@@ -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