gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9770: see if ppoll() exists.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9770: see if ppoll() exists.
Date: Sat, 22 Nov 2008 09:30:52 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9770
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2008-11-22 09:30:52 -0700
message:
  see if ppoll() exists.
modified:
  cygnal/acinclude.m4
=== modified file 'cygnal/acinclude.m4'
--- a/cygnal/acinclude.m4       2008-11-01 14:46:35 +0000
+++ b/cygnal/acinclude.m4       2008-11-22 16:30:52 +0000
@@ -44,6 +44,6 @@
 dnl AC_CHECK_HEADERS(aio.h poll.h)
 
 dnl Look for the various ways of blocking while waiting for I/O
-AC_CHECK_FUNCS(pselect poll epoll)
+AC_CHECK_FUNCS(pselect poll ppoll epoll)
  
-])
\ No newline at end of file
+])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]