* modules/dav/main/config.m4: Remove long-redundant expat reference.
authorJoe Orton <jorton@apache.org>
Fri, 9 Jan 2015 10:24:28 +0000 (10:24 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 9 Jan 2015 10:24:28 +0000 (10:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1650490 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/config5.m4

index 28823c76ac6b56f22cea684d1d753ad3dae7e39e..ee798e3202c42ad48875a6d0ce5aa3d5200b89f1 100644 (file)
@@ -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