[xiph-cvs] cvs commit: icecast configure.in
Michael Smith
msmith at xiph.org
Fri Feb 14 17:13:36 PST 2003
msmith 03/02/14 20:13:35
Modified: . configure.in
Log:
check for poll(2) in configure.
Revision Changes Path
1.22 +1 -0 icecast/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- configure.in 2 Feb 2003 20:43:02 -0000 1.21
+++ configure.in 15 Feb 2003 01:13:35 -0000 1.22
@@ -96,6 +96,7 @@
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)
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list