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
This commit is contained in:
Max Kellermann 2008-04-12 04:07:31 +00:00 committed by Eric Wong
parent 86d6ba077b
commit 913b2b8399

View File

@ -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