From 0b73b47e98c93b4343a4b7e9e2108a759c53e764 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 9 Jan 2015 10:24:28 +0000 Subject: [PATCH] * 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 --- modules/dav/main/config5.m4 | 4 ---- 1 file changed, 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 -- 2.50.1