Author: poirier Date: Tue Nov 2 00:47:21 2010 New Revision: 1029931 URL: http://svn.apache.org/viewvc?rev=1029931&view=rev Log: Warning in configure -h that mod_dumpio was only for developers and testing was erroneous. Modified: httpd/httpd/trunk/modules/debugging/config.m4 Modified: httpd/httpd/trunk/modules/debugging/config.m4 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/debugging/config.m4?rev=1029931&r1=1029930&r2=1029931&view=diff ============================================================================== --- httpd/httpd/trunk/modules/debugging/config.m4 (original) +++ httpd/httpd/trunk/modules/debugging/config.m4 Tue Nov 2 00:47:21 2010 @@ -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