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:
parent
86d6ba077b
commit
913b2b8399
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user