From 2d0127dccfce6cdfc25e98cd0da979f436eef142 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Mon, 10 Jul 2000 23:46:28 +0000 Subject: [PATCH] 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 --- modules/dav/main/config.m4 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.50.1