]> granicus.if.org Git - apache/commitdiff
Remove an old comment. This config.m4 is numbered 9, which is the
authorRyan Bloom <rbb@apache.org>
Wed, 3 Oct 2001 17:31:13 +0000 (17:31 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 3 Oct 2001 17:31:13 +0000 (17:31 +0000)
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

index 170a2944dbf2fe8b7905a1c720efe918aecdc369..7ebf46a7b912743db8570748de5a17168f5a0f31 100644 (file)
@@ -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