summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2016-02-26 14:27:04 +0300
committerRuslan Ermilov <ru@nginx.com>2016-02-26 14:27:04 +0300
commit89b8f57768c661a6ccaa06a53c3137510d8b0de2 (patch)
tree4c95d4c141ddbbc835b890f2d03a5de4cd3e75f5 /auto/modules
parent39b78fdf964df34523f7dc8bc32f09d333db1849 (diff)
downloadnginx-89b8f57768c661a6ccaa06a53c3137510d8b0de2.tar.gz
nginx-89b8f57768c661a6ccaa06a53c3137510d8b0de2.tar.bz2
Dynamic modules: perl.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules6
1 files changed, 2 insertions, 4 deletions
diff --git a/auto/modules b/auto/modules
index ebfc91ddf..22ff6d946 100644
--- a/auto/modules
+++ b/auto/modules
@@ -727,14 +727,12 @@ if [ $HTTP_SCGI = YES ]; then
. auto/module
fi
-if [ $HTTP_PERL = YES ]; then
- USE_PERL=YES
-
+if [ $HTTP_PERL != NO ]; then
ngx_module_name=ngx_http_perl_module
ngx_module_incs=src/http/modules/perl
ngx_module_deps=src/http/modules/perl/ngx_http_perl_module.h
ngx_module_srcs=src/http/modules/perl/ngx_http_perl_module.c
- ngx_module_libs=
+ ngx_module_libs=PERL
ngx_module_link=$HTTP_PERL
. auto/module