From: Daniel Earl Poirier Date: Tue, 2 Nov 2010 00:47:21 +0000 (+0000) Subject: Warning in configure -h that mod_dumpio was only for developers X-Git-Tag: 2.3.9~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdbc0f2c3f8f966211ddffbe143ac8bb2e8b8913;p=thirdparty%2Fapache%2Fhttpd.git Warning in configure -h that mod_dumpio was only for developers and testing was erroneous. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029931 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/debugging/config.m4 b/modules/debugging/config.m4 index f49d0770867..28441e1cf58 100644 --- a/modules/debugging/config.m4 +++ b/modules/debugging/config.m4 @@ -2,6 +2,6 @@ APACHE_MODPATH_INIT(debugging) APACHE_MODULE(bucketeer, buckets manipulation filter. Useful only for developers and testing purposes., , , no) -APACHE_MODULE(dumpio, I/O dump filter. Useful only for developers and testing purposes., , , most) +APACHE_MODULE(dumpio, I/O dump filter, , , most) APACHE_MODPATH_FINISH