Commit 2888ff9b authored by Max Kellermann's avatar Max Kellermann

configure.ac: fix --enable-un documentation

Unix domain socket support is enabled by default.
parent 7950a6d6
......@@ -94,8 +94,8 @@ AC_ARG_ENABLE(tcp,
[enable_tcp=yes])
AC_ARG_ENABLE(un,
AS_HELP_STRING([--enable-un],
[enable support for clients connecting via unix domain sockets (default: disable)]),
AS_HELP_STRING([--disable-un],
[disable support for clients connecting via unix domain sockets (default: enable)]),
[enable_un=$enableval],
[enable_un=yes])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment