1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

check for poll(2) in configure.

svn path=/trunk/icecast/; revision=4349
This commit is contained in:
Michael Smith 2003-02-15 01:13:35 +00:00
parent 008c8abbc7
commit 8f0aefb2be

View File

@ -96,6 +96,7 @@ AC_CHECK_TYPE([socklen_t], int)
dnl Checks for library functions.
AC_CHECK_FUNCS(nanosleep)
AC_CHECK_FUNCS(poll)
AC_CHECK_FUNCS(sethostent endhostent)
AC_CHECK_FUNCS(getnameinfo getaddrinfo inet_pton)