summaryrefslogtreecommitdiffhomepage
path: root/auto/module
diff options
context:
space:
mode:
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
;;