From 0ccb72edfbd07b69470a79ca3d5a03aabd2cbecd Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 3 Oct 2001 17:31:13 +0000 Subject: [PATCH] Remove an old comment. This config.m4 is numbered 9, which is the highest possible number, so it is garaunteed to be in the last batch. Any module config.m4 should just use a number < 9 to ensure that this continues to work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91259 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/config9.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4 index 170a2944db..7ebf46a7b9 100644 --- a/modules/mappers/config9.m4 +++ b/modules/mappers/config9.m4 @@ -17,11 +17,6 @@ APACHE_MODULE(rewrite, regex URL translation, , , most, [ APR_ADDTO(CFLAGS,-DNO_DBM_REWRITEMAP) ]) -dnl ### this isn't going to work quite right because of ordering issues -dnl ### among the config.m4 files. it is possible that a *later* module -dnl ### is marked as shared (thus setting sharedobjs), so we won't see -dnl ### it here. we need to shift *this* config.m4 to be "last" or we -dnl ### need to find a different way to set up this default and module spec. if test "$sharedobjs" = "yes"; then APACHE_MODULE(so, DSO capability, , , yes) else -- 2.50.1