summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2013-05-30 21:40:59 +0000
committerGregg Lewis Smith <gsmith@apache.org>2013-05-30 21:40:59 +0000
commit62db78f18186aa404a77be750f0b24c924384594 (patch)
treed6ea58f11b4459689d84d40302f371c11c2c35f2 /build
parentfa7e457cc8c5dd2c7fdc29232726e085a5ea4474 (diff)
downloadhttpd-62db78f18186aa404a77be750f0b24c924384594.tar.gz
Backport r1488022
Add missing LoadModule line for mod_auth_form git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1488023 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 52e9802f36..1a537462cb 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -99,6 +99,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;