diff options
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index a78e785e5..e710ae0ff 100644 --- a/auto/modules +++ b/auto/modules @@ -220,6 +220,11 @@ if [ $HTTP_RANDOM_INDEX = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_RANDOM_INDEX_SRCS" fi +if [ $HTTP_AUTH_REQUEST = YES ]; then + HTTP_MODULES="$HTTP_MODULES $HTTP_AUTH_REQUEST_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_AUTH_REQUEST_SRCS" +fi + if [ $HTTP_AUTH_BASIC = YES ]; then USE_MD5=YES USE_SHA1=YES |
