From 89b8f57768c661a6ccaa06a53c3137510d8b0de2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 26 Feb 2016 14:27:04 +0300 Subject: Dynamic modules: perl. --- auto/module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto/module') 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 ;; -- cgit