diff auto/module @ 6419:39a806ccf21e

Dynamic modules: perl.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 26 Feb 2016 14:27:04 +0300
parents 85dea406e18f
children 9eefb38f0005
line wrap: on
line diff
--- a/auto/module
+++ b/auto/module
@@ -40,7 +40,7 @@ if [ "$ngx_module_link" = DYNAMIC ]; the
     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 ]; the
                 fi
             ;;
 
-            PCRE | OPENSSL | MD5 | SHA1 | ZLIB | PERL)
+            PCRE | OPENSSL | MD5 | SHA1 | ZLIB)
                 eval USE_${lib}=YES
             ;;