ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/libev.m4
(Generate patch)

Comparing libev/libev.m4 (file contents):
Revision 1.1 by root, Sat Nov 10 15:15:50 2007 UTC vs.
Revision 1.2 by root, Fri Nov 16 01:43:52 2007 UTC

1dnl this file is part of libev, do not make local modifications 1dnl this file is part of libev, do not make local modifications
2dnl http://software.schmorp.de/pkg/libev 2dnl http://software.schmorp.de/pkg/libev
3 3
4dnl libev support 4dnl libev support
5AC_CHECK_HEADERS(sys/epoll.h sys/event.h sys/queue.h) 5AC_CHECK_HEADERS(sys/epoll.h sys/event.h sys/queue.h port.h)
6 6
7AC_CHECK_FUNCS(epoll_ctl kqueue) 7AC_CHECK_FUNCS(epoll_ctl kqueue port_create)
8 8
9AC_CHECK_FUNC(clock_gettime, [], [ 9AC_CHECK_FUNC(clock_gettime, [], [
10 AC_CHECK_LIB(rt, clock_gettime) 10 AC_CHECK_LIB(rt, clock_gettime)
11 AC_CHECK_FUNCS(clock_gettime) 11 AC_CHECK_FUNCS(clock_gettime)
12]) 12])
13 13
14AC_CHECK_LIB(m,ceil) 14AC_CHECK_LIB(m, ceil)
15 15
16 16
17 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines