diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-02-25 15:22:05 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-02-25 15:22:05 +0300 |
| commit | 7a10604ab6ce24fc4fb541480975574f42dd95ea (patch) | |
| tree | d88e0d3cb7e2153d491135846b111549f710c76e | |
| parent | ceccebbb3149286eb5a590d414e78c23999d50f4 (diff) | |
| download | nginx-7a10604ab6ce24fc4fb541480975574f42dd95ea.tar.gz nginx-7a10604ab6ce24fc4fb541480975574f42dd95ea.tar.bz2 | |
Dynamic modules: make sure to call config.make for dynamic addons.
Diffstat (limited to '')
| -rw-r--r-- | auto/make | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -437,9 +437,9 @@ fi # the addons config.make -if test -n "$NGX_ADDONS"; then +if test -n "$NGX_ADDONS$DYNAMIC_ADDONS"; then - for ngx_addon_dir in $NGX_ADDONS + for ngx_addon_dir in $NGX_ADDONS $DYNAMIC_ADDONS do if test -f $ngx_addon_dir/config.make; then . $ngx_addon_dir/config.make |
