diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 18:38:34 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 18:38:34 +0300 |
commit | f71e4041510ef9d57e06de7934f008af2ef10a20 (patch) | |
tree | 2d6df26a2b386719b7b990a51efaffa74cf511a9 /auto/options | |
parent | d7105ff3003b2af1ffcba4f0c65ee6407ee8e248 (diff) | |
download | unit-f71e4041510ef9d57e06de7934f008af2ef10a20.tar.gz unit-f71e4041510ef9d57e06de7934f008af2ef10a20.tar.bz2 |
Renamed configure option --no-unix-domain to --no-unix-sockets.
Diffstat (limited to 'auto/options')
-rw-r--r-- | auto/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/options b/auto/options index 2d3ef2b9..57d8038f 100644 --- a/auto/options +++ b/auto/options @@ -57,7 +57,7 @@ do --debug) NXT_DEBUG=YES ;; --no-ipv6) NXT_INET6=NO ;; - --no-unix-domain) NXT_UNIX_DOMAIN=NO ;; + --no-unix-sockets) NXT_UNIX_DOMAIN=NO ;; --pcre) NXT_PCRE=YES ;; |