~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to modules/dav/main/config5.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl modules enabled in this directory by default
 
2
 
 
3
APACHE_MODPATH_INIT(dav/main)
 
4
 
 
5
dav_objects="mod_dav.lo props.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo"
 
6
 
 
7
if test "$enable_http" = "no"; then
 
8
  dav_enable=no
 
9
else
 
10
  dav_enable=most
 
11
fi
 
12
 
 
13
APACHE_MODULE(dav, WebDAV protocol handling, $dav_objects, , $dav_enable)
 
14
 
 
15
if test "$dav_enable" != "no" -o "$enable_dav" != "no"; then
 
16
  apache_need_expat=yes
 
17
 
 
18
  APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
 
19
fi
 
20
 
 
21
 
 
22
APACHE_MODPATH_FINISH