diff options
author | Joe Orton <jorton@apache.org> | 2015-01-09 11:24:28 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2015-01-09 11:24:28 +0100 |
commit | 0b73b47e98c93b4343a4b7e9e2108a759c53e764 (patch) | |
tree | 596cbc675ed184638b532acb8f742a5de6351f1d /modules/dav | |
parent | Xforms. (diff) | |
download | apache2-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.m4 | 4 |
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 |