]> granicus.if.org Git - apache/commitdiff
eek. don't include carriage returns in the m4 macro. they get copied thru.
authorGreg Stein <gstein@apache.org>
Mon, 10 Jul 2000 23:46:28 +0000 (23:46 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 10 Jul 2000 23:46:28 +0000 (23:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85814 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/config.m4

index 41c640a756fadf4ce554825dbdd15f680980dfef..ab4fc1f6644d22db579db7da4c40d6103db80673 100644 (file)
@@ -2,10 +2,9 @@ dnl modules enabled in this directory by default
 
 APACHE_MODPATH_INIT(dav/main)
 
-APACHE_MODULE(dav, WebDAV protocol handling,
-       mod_dav.lo props.lo util.lo util_lock.lo opaquelock.lo
-       liveprop.lo
-       , , no)
+APACHE_MODULE(dav, WebDAV protocol handling, \
+       mod_dav.lo props.lo util.lo util_lock.lo opaquelock.lo liveprop.lo, \
+       , no)
 
 if test "$enable_dav" = "yes"; then
   apache_need_expat=yes