diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2010-11-01 20:02:51 +0000 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2010-11-01 20:02:51 +0000 |
commit | 4c477008d494f8357bd7863b9ff87b1a3d593478 (patch) | |
tree | 08db8c480613bd3c8bb1c49dab541a77ec1ec477 /modules/dav | |
parent | 3a166e5cc208eb10476d37668470c3a1405cd7ff (diff) | |
download | httpd-4c477008d494f8357bd7863b9ff87b1a3d593478.tar.gz |
Add to modules' help text (displayed by ./configure -h) more
information that will be useful in deciding whether to enable
them or not.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/dav')
-rw-r--r-- | modules/dav/fs/config6.m4 | 2 | ||||
-rw-r--r-- | modules/dav/lock/config6.m4 | 2 | ||||
-rw-r--r-- | modules/dav/main/config5.m4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/dav/fs/config6.m4 b/modules/dav/fs/config6.m4 index 515111cd01..235d0d7fcd 100644 --- a/modules/dav/fs/config6.m4 +++ b/modules/dav/fs/config6.m4 @@ -18,6 +18,6 @@ case "$host" in ;; esac -APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , $dav_fs_enable) +APACHE_MODULE(dav_fs, DAV provider for the filesystem. --enable-dav also enables mod_dav_fs., $dav_fs_objects, , $dav_fs_enable) APACHE_MODPATH_FINISH diff --git a/modules/dav/lock/config6.m4 b/modules/dav/lock/config6.m4 index bc35ee3c03..b3078dd558 100644 --- a/modules/dav/lock/config6.m4 +++ b/modules/dav/lock/config6.m4 @@ -12,6 +12,6 @@ case "$host" in ;; esac -APACHE_MODULE(dav_lock, DAV provider for generic locking, $dav_lock_objects, , no) +APACHE_MODULE(dav_lock, DAV provider for generic locking - requires --enable-dav, $dav_lock_objects, , no) APACHE_MODPATH_FINISH diff --git a/modules/dav/main/config5.m4 b/modules/dav/main/config5.m4 index 59c077ebbc..74f0db97b1 100644 --- a/modules/dav/main/config5.m4 +++ b/modules/dav/main/config5.m4 @@ -10,7 +10,7 @@ else dav_enable=most fi -APACHE_MODULE(dav, WebDAV protocol handling, $dav_objects, , $dav_enable) +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 |