You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2006/02/28 17:25:55 UTC

svn commit: r381692 - /httpd/apreq/branches/apr-build-system/module/apache2/config.m4

Author: joes
Date: Tue Feb 28 08:25:53 2006
New Revision: 381692

URL: http://svn.apache.org/viewcvs?rev=381692&view=rev
Log:
httpd's build appends _module

Modified:
    httpd/apreq/branches/apr-build-system/module/apache2/config.m4

Modified: httpd/apreq/branches/apr-build-system/module/apache2/config.m4
URL: http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/module/apache2/config.m4?rev=381692&r1=381691&r2=381692&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/module/apache2/config.m4 (original)
+++ httpd/apreq/branches/apr-build-system/module/apache2/config.m4 Tue Feb 28 08:25:53 2006
@@ -3,6 +3,6 @@
 
 APACHE_MODPATH_INIT(apreq)
 
-APACHE_MODULE(apreq2, apreq POST-data filter, filter.lo handle.lo, apreq_module, yes)
+APACHE_MODULE(apreq2, apreq POST-data filter, filter.lo handle.lo, apreq, yes)
 
 APACHE_MODPATH_FINISH