configure.ac: Move protocol tests to the Post Protocol Tests section.
This commit is contained in:
parent
672cf84a32
commit
13c0788334
13
configure.ac
13
configure.ac
@ -447,6 +447,13 @@ if test x$enable_un = xyes; then
|
|||||||
STRUCT_UCRED
|
STRUCT_UCRED
|
||||||
fi
|
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 ---------------------------------------------------------------------------
|
||||||
dnl LIBC Features
|
dnl LIBC Features
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
@ -1443,12 +1450,6 @@ results(ipv6, "IPv6")
|
|||||||
results(tcp, "TCP")
|
results(tcp, "TCP")
|
||||||
results(un,[UNIX Domain Sockets])
|
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'
|
echo -ne '\nFile format support:\n\t'
|
||||||
results(aac, [AAC])
|
results(aac, [AAC])
|
||||||
results(sidplay, [C64 SID])
|
results(sidplay, [C64 SID])
|
||||||
|
Loading…
Reference in New Issue
Block a user