]> granicus.if.org Git - apache/commitdiff
mod_version needs to be compiled because the test framework requires it
authorRoy T. Fielding <fielding@apache.org>
Thu, 12 Feb 2009 01:44:53 +0000 (01:44 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 12 Feb 2009 01:44:53 +0000 (01:44 +0000)
(and the feature doesn't make much sense if it crashes httpd on test).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743589 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/config.m4

index c970a717238b78a1b5791e10d07753c2cee16a37..6eb0e4e9afc94312e294dcd107976a098872b87a 100644 (file)
@@ -18,6 +18,6 @@ APACHE_MODULE(usertrack, user-session tracking, , , , [
 
 APACHE_MODULE(unique_id, per-request unique ids)
 APACHE_MODULE(setenvif, basing ENV vars on headers, , , yes)
-APACHE_MODULE(version, determining httpd version in config files)
+APACHE_MODULE(version, determining httpd version in config files, , , yes)
 
 APACHE_MODPATH_FINISH