From: Ruslan Ermilov Date: Fri, 5 Feb 2016 11:02:54 +0000 (+0300) Subject: Dynamic modules: fixed a copy-n-paste error. X-Git-Tag: release-1.9.11~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=4814d78312508a9f7083c862736746856ec381be;p=nginx.git Dynamic modules: fixed a copy-n-paste error. --- diff --git a/auto/modules b/auto/modules index b68a96fbe..719375eeb 100644 --- a/auto/modules +++ b/auto/modules @@ -331,7 +331,7 @@ if [ $HTTP_ADDITION = YES ]; then ngx_module_deps= ngx_module_srcs=src/http/modules/ngx_http_addition_filter_module.c ngx_module_libs= - ngx_module_link=$HTTP_SUB + ngx_module_link=$HTTP_ADDITION . auto/module fi