aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-04-12 04:07:31 +0000
committerEric Wong <normalperson@yhbt.net>2008-04-12 04:07:31 +0000
commit913b2b83998e96f2cb152b47e2af1f988b7ebc48 (patch)
treef33b757212f1ac28a47901ca2cbff46e969cec12 /configure.ac
parent86d6ba077b8d183914eec1f970ddaf077b574f4b (diff)
downloadmpd-913b2b83998e96f2cb152b47e2af1f988b7ebc48.tar.gz
mpd-913b2b83998e96f2cb152b47e2af1f988b7ebc48.tar.xz
mpd-913b2b83998e96f2cb152b47e2af1f988b7ebc48.zip
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d9697136e..1b8bc0400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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