From: Marko Kreen Date: Fri, 7 Sep 2007 10:51:59 +0000 (+0000) Subject: new libevent wants clock_gettime() in -lrt X-Git-Tag: pgbouncer_1_1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef109d0a87a82ad60538e0daa195534b4fc0d445;p=pgbouncer new libevent wants clock_gettime() in -lrt --- diff --git a/configure.ac b/configure.ac index 3cc28e5..227c035 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,7 @@ AC_SYS_LARGEFILE dnl Checks for library functions. AC_CHECK_FUNCS(strlcpy strlcat getpeereid getpeerucred) AC_SEARCH_LIBS(crypt, crypt, [], AC_MSG_ERROR([crypt not found])) +AC_SEARCH_LIBS(clock_gettime, rt) dnl Find libevent AC_MSG_CHECKING([for libevent])