summaryrefslogtreecommitdiffhomepage
path: root/auto/module
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/module
parent39b78fdf964df34523f7dc8bc32f09d333db1849 (diff)
downloadnginx-89b8f57768c661a6ccaa06a53c3137510d8b0de2.tar.gz
nginx-89b8f57768c661a6ccaa06a53c3137510d8b0de2.tar.bz2
Dynamic modules: perl.
Diffstat (limited to 'auto/module')
-rw-r--r--auto/module4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/module b/auto/module
index 908f0c6e6..16a816f67 100644
--- a/auto/module
+++ b/auto/module
@@ -40,7 +40,7 @@ if [ "$ngx_module_link" = DYNAMIC ]; then
do
case $lib in
- LIBXSLT | LIBGD | GEOIP)
+ LIBXSLT | LIBGD | GEOIP | PERL)
libs="$libs \$NGX_LIB_$lib"
if eval [ "\$USE_${lib}" = NO ] ; then
@@ -48,7 +48,7 @@ if [ "$ngx_module_link" = DYNAMIC ]; then
fi
;;
- PCRE | OPENSSL | MD5 | SHA1 | ZLIB | PERL)
+ PCRE | OPENSSL | MD5 | SHA1 | ZLIB)
eval USE_${lib}=YES
;;