Commit 913b2b83 authored by Max Kellermann's avatar Max Kellermann Committed by Eric Wong

configure: output ipv6 support option result

[ew: rewrote commit message as it was confusing] git-svn-id: https://svn.musicpd.org/mpd/trunk@7237 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 86d6ba07
......@@ -660,6 +660,12 @@ else
echo " TCP support ...................disabled"
fi
if test x$enable_ipv6 = xyes; then
echo " IPv6 support ..................enabled"
else
echo " IPv6 support ..................disabled"
fi
if test x$enable_un = xyes; then
echo " Unix domain socket support ....enabled"
else
......
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