Renamed configure option --no-unix-domain to --no-unix-sockets.

This commit is contained in:
Igor Sysoev
2017-08-24 18:38:34 +03:00
parent d7105ff300
commit f71e404151

View File

@@ -57,7 +57,7 @@ do
--debug) NXT_DEBUG=YES ;; --debug) NXT_DEBUG=YES ;;
--no-ipv6) NXT_INET6=NO ;; --no-ipv6) NXT_INET6=NO ;;
--no-unix-domain) NXT_UNIX_DOMAIN=NO ;; --no-unix-sockets) NXT_UNIX_DOMAIN=NO ;;
--pcre) NXT_PCRE=YES ;; --pcre) NXT_PCRE=YES ;;