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

« back to all changes in this revision

Viewing changes to modules/dav/lock/config6.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/lock)
 
4
 
 
5
dav_lock_objects="mod_dav_lock.lo locks.lo"
 
6
 
 
7
case "$host" in
 
8
  *os2*)
 
9
    # OS/2 DLLs must resolve all symbols at build time
 
10
    # and we need some from main DAV module
 
11
    dav_lock_objects="$dav_lock_objects ../main/mod_dav.la"
 
12
    ;;
 
13
esac
 
14
 
 
15
APACHE_MODULE(dav_lock, DAV provider for generic locking, $dav_lock_objects, , no)
 
16
 
 
17
APACHE_MODPATH_FINISH