*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-11-18 02:17:58 +00:00
parent 3376369bee
commit fdb98111aa
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ AC_CHECK_FUNCS(epoll_ctl kqueue port_create poll select)
AC_CHECK_FUNC(clock_gettime, [], [
if test -z "$LIBEV_M4_AVOID_LIBRT"; then
AC_CHECK_LIB(rt, clock_gettime)
AC_CHECK_FUNCS(clock_gettime)
AC_CHECK_LIB(rt, clock_gettime)
AC_CHECK_FUNCS(clock_gettime)
fi
])