From: Joe Orton Date: Fri, 9 Jan 2015 10:24:28 +0000 (+0000) Subject: * modules/dav/main/config.m4: Remove long-redundant expat reference. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47ef64b9b1f0dc4213d66e494dd08d0ee92e30e;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/modules/dav/main/config5.m4 b/modules/dav/main/config5.m4 index 28823c76ac6..ee798e3202c 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