summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 72e5b36bf..06488c825 100644
--- a/auto/options
+++ b/auto/options
@@ -52,6 +52,8 @@ HTTP_PROXY=YES
IMAP=NO
+MODULES=
+
USE_PCRE=NO
PCRE=NONE
PCRE_OPT=
@@ -118,6 +120,8 @@ do
--with-imap) IMAP=YES ;;
+ --with-module=*) NGX_MODULES="$NGX_MODULES $values" ;;
+
--with-cc=*) CC="$value" ;;
--with-cpp=*) CPP="$value" ;;
--with-cc-opt=*) NGX_CC_OPT="$value" ;;