summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules10
1 files changed, 9 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules
index 8a6741415..ef3a35d94 100644
--- a/auto/modules
+++ b/auto/modules
@@ -191,7 +191,6 @@ if [ $HTTP_PROXY = YES ]; then
have=NGX_HTTP_PROXY . auto/have
#USE_MD5=YES
HTTP_MODULES="$HTTP_MODULES $HTTP_PROXY_MODULE"
- HTTP_INCS="$HTTP_INCS $HTTP_PROXY_INCS"
HTTP_DEPS="$HTTP_DEPS $HTTP_PROXY_DEPS"
HTTP_SRCS="$HTTP_SRCS $HTTP_PROXY_SRCS"
fi
@@ -201,6 +200,15 @@ if [ $HTTP_FASTCGI = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_FASTCGI_SRCS"
fi
+if [ $HTTP_PERL = YES ]; then
+ USE_PERL=YES
+ have=NGX_HTTP_PERL . auto/have
+ HTTP_MODULES="$HTTP_MODULES $HTTP_PERL_MODULE"
+ HTTP_INCS="$HTTP_INCS $HTTP_PERL_INCS"
+ HTTP_DEPS="$HTTP_DEPS $HTTP_PERL_DEPS"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_PERL_SRCS"
+fi
+
if [ $HTTP_MEMCACHED = YES ]; then
HTTP_MODULES="$HTTP_MODULES $HTTP_MEMCACHED_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_MEMCACHED_SRCS"