diff auto/modules @ 417:0526206251f6

nginx-0.0.10-2004-09-07-19:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 07 Sep 2004 15:29:22 +0000
parents 3c56e834be46
children 42d11f017717
line wrap: on
line diff
--- 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