summaryrefslogtreecommitdiffstats
path: root/modules/dav
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2015-01-09 11:24:28 +0100
committerJoe Orton <jorton@apache.org>2015-01-09 11:24:28 +0100
commit0b73b47e98c93b4343a4b7e9e2108a759c53e764 (patch)
tree596cbc675ed184638b532acb8f742a5de6351f1d /modules/dav
parentXforms. (diff)
downloadapache2-0b73b47e98c93b4343a4b7e9e2108a759c53e764.tar.xz
apache2-0b73b47e98c93b4343a4b7e9e2108a759c53e764.zip
* modules/dav/main/config.m4: Remove long-redundant expat reference.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1650490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/dav')
-rw-r--r--modules/dav/main/config5.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/dav/main/config5.m4 b/modules/dav/main/config5.m4
index 28823c76ac..ee798e3202 100644
--- a/modules/dav/main/config5.m4
+++ b/modules/dav/main/config5.m4
@@ -12,10 +12,6 @@ fi
APACHE_MODULE(dav, WebDAV protocol handling. --enable-dav also enables mod_dav_fs, $dav_objects, , $dav_enable)
-if test "$dav_enable" != "no" -o "$enable_dav" != "no"; then
- apache_need_expat=yes
-fi
-
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
APACHE_MODPATH_FINISH