Skip to content

Commit

Permalink
Search for clock_gettime in -lrt
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin authored and trondn committed Jun 5, 2010
1 parent d0941ce commit 19c6b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -263,6 +263,8 @@ AC_ARG_WITH(libevent,
dnl ------------------------------------------------------
dnl libevent detection. swiped from Tor. modified a bit.

AC_SEARCH_LIBS(clock_gettime, rt)

LIBEVENT_URL=http://www.monkey.org/~provos/libevent/

AC_CACHE_CHECK([for libevent directory], ac_cv_libevent_dir, [
Expand Down

0 comments on commit 19c6b9e

Please sign in to comment.