Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index d80a05cb8..bfbab158e 100644
--- a/auto/modules
+++ b/auto/modules
@@ -136,6 +136,12 @@ if [ $HTTP = YES ]; then
$HTTP_NOT_MODIFIED_FILTER_MODULE"
fi
+IMAP_MODULES=$IMAP_MODULE
+
+if [ $IMAP = YES ]; then
+ modules="$modules $IMAP_MODULES"
+fi
+
echo "#include <ngx_config.h>" > $NGX_MODULES_C
echo "#include <ngx_core.h>" >> $NGX_MODULES_C