mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
245fdf8fe4
commit
76c8467ba3
|
@ -64,7 +64,7 @@ FILESETS
|
|||
AUTOCONF SUPPORT
|
||||
|
||||
Instead of using EV_STANDALONE=1 and providing your config in whatever
|
||||
way you want, you can also m4_include([ev.m4]) in your configure.ac
|
||||
way you want, you can also m4_include([libev.m4]) in your configure.ac
|
||||
and leave EV_STANDALONE off. ev.c will then include "config.h" and
|
||||
configure itself accordingly.
|
||||
|
||||
|
|
|
@ -8,7 +8,10 @@ AC_CHECK_FUNCS(epoll_ctl kqueue)
|
|||
|
||||
AC_CHECK_FUNC(clock_gettime, [], [
|
||||
AC_CHECK_LIB(rt, clock_gettime)
|
||||
AC_CHECK_FUNCS(clock_gettime)
|
||||
])
|
||||
|
||||
AC_CHECK_LIB(m,ceil)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue