summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-10-03 15:58:16 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-10-03 15:58:16 +0300
commitf99724f2e06952b54bb5c69b9b9e146ab52d6c1b (patch)
tree56d108dc5886f912e353854fb4699bfd38826255 /auto/options
parentc40de746829971f2edbf9faeae64d4516cb5466e (diff)
downloadnginx-f99724f2e06952b54bb5c69b9b9e146ab52d6c1b.tar.gz
nginx-f99724f2e06952b54bb5c69b9b9e146ab52d6c1b.tar.bz2
Modules compatibility: --with-compat configure option.
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 0f8babca4..c5b39abe9 100644
--- a/auto/options
+++ b/auto/options
@@ -134,6 +134,8 @@ NGX_ADDONS=
NGX_ADDON_DEPS=
DYNAMIC_ADDONS=
+NGX_COMPAT=NO
+
USE_PCRE=NO
PCRE=NONE
PCRE_OPT=
@@ -325,6 +327,8 @@ use the \"--with-mail_ssl_module\" option instead"
--add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
--add-dynamic-module=*) DYNAMIC_ADDONS="$DYNAMIC_ADDONS $value" ;;
+ --with-compat) NGX_COMPAT=YES ;;
+
--with-cc=*) CC="$value" ;;
--with-cpp=*) CPP="$value" ;;
--with-cc-opt=*) NGX_CC_OPT="$value" ;;
@@ -532,6 +536,8 @@ cat << END
--add-module=PATH enable external module
--add-dynamic-module=PATH enable dynamic external module
+ --with-compat dynamic modules compatibility
+
--with-cc=PATH set C compiler pathname
--with-cpp=PATH set C preprocessor pathname
--with-cc-opt=OPTIONS set additional C compiler options