1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05: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. dnl Checks for library functions.
AC_CHECK_FUNCS(nanosleep) AC_CHECK_FUNCS(nanosleep)
AC_CHECK_FUNCS(poll)
AC_CHECK_FUNCS(sethostent endhostent) AC_CHECK_FUNCS(sethostent endhostent)
AC_CHECK_FUNCS(getnameinfo getaddrinfo inet_pton) AC_CHECK_FUNCS(getnameinfo getaddrinfo inet_pton)