]> granicus.if.org Git - apache/commitdiff
Fix comment. DSO is now default.
authorRainer Jung <rjung@apache.org>
Sun, 6 Jun 2010 22:06:14 +0000 (22:06 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 6 Jun 2010 22:06:14 +0000 (22:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952008 13f79535-47bb-0310-9956-ffa450edef68

modules/core/config.m4

index 830e6bb03548cbe2588b723aae7b07eed4479f30..279cc4109fbeca8b57666dc1c667965af2634be4 100644 (file)
@@ -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