From 71fcb351804e189ab966323b84c9467ea38d1652 Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Tue, 10 Apr 2001 15:39:08 +0000 Subject: [PATCH] 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 --- modules/mappers/{config.m4 => config9.m4} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename modules/mappers/{config.m4 => config9.m4} (100%) 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 -- 2.50.1