ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/libev.m4
Revision: 1.2
Committed: Fri Nov 16 01:43:52 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.1: +3 -3 lines
Log Message:
add solaris port backend

File Contents

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