summaryrefslogtreecommitdiff
path: root/modules/test
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-07-13 18:59:28 +0000
committerStefan Fritsch <sf@apache.org>2011-07-13 18:59:28 +0000
commit32d9e326efc69b545cb2e8c5d021870bdd20b6df (patch)
tree11ec51285ade43e9524abf56820d9705ec0289f3 /modules/test
parent6b72d583d1ee0e23db6ed4155323fc2aae930491 (diff)
downloadhttpd-32d9e326efc69b545cb2e8c5d021870bdd20b6df.tar.gz
adjustments of build priorities of modules without special dependencies
all -> most: - mod_sed reallyall -> most: - mod_log_debug reallyall -> all: - mod_dav_lock - mod_echo - mod_charset_lite - mod_slotmem_plain - mod_dialup few -> all: - mod_data - mod_reflector - mod_asis most -> all: - mod_heartbeat - mod_heartmonitor - mod_watchdog most -> reallyall: - mod_imagemap - mod_cern_meta - mod_ident See thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C201107052321.56063.sf@sfritsch.de%3E git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146227 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/test')
-rw-r--r--modules/test/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/test/config.m4 b/modules/test/config.m4
index 94cc604b87..dfcd3218cd 100644
--- a/modules/test/config.m4
+++ b/modules/test/config.m4
@@ -6,7 +6,7 @@ APACHE_MODULE(optional_hook_import, example optional hook importer, , , no)
APACHE_MODULE(optional_fn_import, example optional function importer, , , no)
APACHE_MODULE(optional_fn_export, example optional function exporter, , , no)
-APACHE_MODULE(dialup, rate limits static files to dialup modem speeds, , , no)
+APACHE_MODULE(dialup, rate limits static files to dialup modem speeds, , , )
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])