diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 18:33:13 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 18:33:13 +0300 |
commit | d7105ff3003b2af1ffcba4f0c65ee6407ee8e248 (patch) | |
tree | 29a2174c4638f983a91ff8377e03bc6896f0f824 /auto/options | |
parent | b84aa64dcbfb92d31cef10f2f45025a67f2418e4 (diff) | |
download | unit-d7105ff3003b2af1ffcba4f0c65ee6407ee8e248.tar.gz unit-d7105ff3003b2af1ffcba4f0c65ee6407ee8e248.tar.bz2 |
Building IPv6 by default.
Diffstat (limited to 'auto/options')
-rw-r--r-- | auto/options | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/auto/options b/auto/options index 08a62acd..2d3ef2b9 100644 --- a/auto/options +++ b/auto/options @@ -14,7 +14,7 @@ NXT_LD_OPT= NXT_DEBUG=NO -NXT_INET6=NO +NXT_INET6=YES NXT_UNIX_DOMAIN=YES NXT_REGEX=NO @@ -56,8 +56,7 @@ do --debug) NXT_DEBUG=YES ;; - --ipv6) NXT_INET6=YES ;; - --inet6) NXT_INET6=YES ;; + --no-ipv6) NXT_INET6=NO ;; --no-unix-domain) NXT_UNIX_DOMAIN=NO ;; --pcre) NXT_PCRE=YES ;; |