From: Victor J. Orlikowski Date: Tue, 10 Apr 2001 15:39:08 +0000 (+0000) Subject: Moved config.m4 to config9.m4. This allows most (if not all) other modules X-Git-Tag: 2.0.17~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71fcb351804e189ab966323b84c9467ea38d1652;p=apache Moved config.m4 to config9.m4. This allows most (if not all) other modules to be handled before mod_so, so that sharedobjs is set if needed, so that mod_so is enabled as needed if building any modules shared. NOTE: This is no guarantee. There exists the possibility that a config.m4 could be used after this one, and that the modules it specifies are the only ones that the server will be built with as shared. This is highly unlikely, but possible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88781 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/config.m4 b/modules/mappers/config9.m4 similarity index 100% rename from modules/mappers/config.m4 rename to modules/mappers/config9.m4