aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2010-04-17 11:11:18 -0700
committerAvuton Olrich <avuton@gmail.com>2010-04-21 12:23:37 -0700
commit13c07883342a4c3cb9ecdbe1907f9a424dcff2d1 (patch)
tree0708b62121c5715faab3ce2456612e974d427026 /configure.ac
parent672cf84a326cae7fdc96f2e42e7c93c1b22888a7 (diff)
downloadmpd-13c07883342a4c3cb9ecdbe1907f9a424dcff2d1.tar.gz
mpd-13c07883342a4c3cb9ecdbe1907f9a424dcff2d1.tar.xz
mpd-13c07883342a4c3cb9ecdbe1907f9a424dcff2d1.zip
configure.ac: Move protocol tests to the Post Protocol Tests section.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 7 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 756cc08aa..513e52aef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -447,6 +447,13 @@ if test x$enable_un = xyes; then
STRUCT_UCRED
fi
+dnl --------------------------- Post Protocol Tests ---------------------------
+if
+ test x$enable_tcp = xno &&
+ test x$enable_un = xno; then
+ AC_MSG_ERROR([No client interfaces configured!])
+fi
+
dnl ---------------------------------------------------------------------------
dnl LIBC Features
dnl ---------------------------------------------------------------------------
@@ -1443,12 +1450,6 @@ results(ipv6, "IPv6")
results(tcp, "TCP")
results(un,[UNIX Domain Sockets])
-if
- test x$enable_tcp = xno &&
- test x$enable_un = xno; then
- AC_MSG_ERROR([No client interfaces configured!])
-fi
-
echo -ne '\nFile format support:\n\t'
results(aac, [AAC])
results(sidplay, [C64 SID])