summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2013-05-30 21:38:06 +0000
committerGregg Lewis Smith <gsmith@apache.org>2013-05-30 21:38:06 +0000
commit37ea78129f9bde8f527d4581426060f46096c20d (patch)
tree61b4089858afe22b7015c9a2eb7aa79d59dc9e40 /build
parent4e7640be1d013ca73765665266d8500f96a8c0a2 (diff)
downloadhttpd-37ea78129f9bde8f527d4581426060f46096c20d.tar.gz
Add missing LoadModule line for mod_auth_form
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1488022 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/installwinconf.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index 83a57ed149..d830a403ad 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -102,6 +102,7 @@ BEGIN {
print "LoadModule asis_module modules/mod_asis.so" > dstfl;
print "LoadModule auth_basic_module modules/mod_auth_basic.so" > dstfl;
print "#LoadModule auth_digest_module modules/mod_auth_digest.so" > dstfl;
+ print "#LoadModule auth_form_module modules/mod_auth_form.so" > dstfl;
print "#LoadModule authn_anon_module modules/mod_authn_anon.so" > dstfl;
print "LoadModule authn_core_module modules/mod_authn_core.so" > dstfl;
print "#LoadModule authn_dbd_module modules/mod_authn_dbd.so" > dstfl;