summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 550c6c6c6..9880b99dc 100644
--- a/auto/modules
+++ b/auto/modules
@@ -287,6 +287,11 @@ if [ $HTTP_UWSGI = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_UWSGI_SRCS"
fi
+if [ $HTTP_SCGI = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_SCGI_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_SCGI_SRCS"
+fi
+
if [ $HTTP_PERL = YES ]; then
USE_PERL=YES
HTTP_MODULES="$HTTP_MODULES $HTTP_PERL_MODULE"