summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index f80b5fc14..bece290d5 100644
--- a/auto/options
+++ b/auto/options
@@ -53,6 +53,7 @@ HTTP_SSI=YES
HTTP_POSTPONE=NO
HTTP_REALIP=NO
HTTP_ADDITION=NO
+HTTP_DAV=NO
HTTP_ACCESS=YES
HTTP_AUTH_BASIC=YES
HTTP_USERID=YES
@@ -141,6 +142,8 @@ do
--with-http_ssl_module) HTTP_SSL=YES ;;
--with-http_realip_module) HTTP_REALIP=YES ;;
--with-http_addition_module) HTTP_ADDITION=YES ;;
+ --with-http_dav_module) HTTP_DAV=YES ;;
+
--without-http_charset_module) HTTP_CHARSET=NO ;;
--without-http_gzip_module) HTTP_GZIP=NO ;;
--without-http_ssi_module) HTTP_SSI=NO ;;