summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-06-23 19:20:08 +0300
committerMax Romanov <max.romanov@nginx.com>2017-06-23 19:20:08 +0300
commit4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf (patch)
treec72ab253541c53dd918afc86973192416078fceb /auto/options
parent5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4 (diff)
downloadunit-4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf.tar.gz
unit-4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf.tar.bz2
External Go app request processing.
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 36215198..e9f41ff7 100644
--- a/auto/options
+++ b/auto/options
@@ -47,6 +47,9 @@ NXT_PYTHON_MODULE=NO
NXT_PHP=php
NXT_PHP_MODULE=NO
+NXT_GO=go
+NXT_GO_MODULE=NO
+
for nxt_option
do
case "$nxt_option" in
@@ -98,6 +101,9 @@ do
--with-php=*) NXT_PHP="$value" ;;
--with-php_module) NXT_PHP_MODULE=YES ;;
+ --with-go=*) NXT_GO="$value" ;;
+ --with-go_module) NXT_GO_MODULE=YES ;;
+
*)
$echo
$echo "$0: error: invalid option \"$nxt_option\"".