From: Ryan Bloom Date: Wed, 3 Oct 2001 17:31:13 +0000 (+0000) Subject: Remove an old comment. This config.m4 is numbered 9, which is the X-Git-Tag: 2.0.26~115 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0ccb72edfbd07b69470a79ca3d5a03aabd2cbecd;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4 index 170a2944dbf..7ebf46a7b91 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