From: Greg Stein Date: Mon, 10 Jul 2000 23:46:28 +0000 (+0000) Subject: eek. don't include carriage returns in the m4 macro. they get copied thru. X-Git-Tag: APACHE_2_0_ALPHA_5~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d0127dccfce6cdfc25e98cd0da979f436eef142;p=apache eek. don't include carriage returns in the m4 macro. they get copied thru. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85814 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/config.m4 b/modules/dav/main/config.m4 index 41c640a756..ab4fc1f664 100644 --- a/modules/dav/main/config.m4 +++ b/modules/dav/main/config.m4 @@ -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