From 47221b5b347f92b2842d3051336974351a4638ae Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 1 Mar 2013 23:33:23 +0200 Subject: [PATCH] configure.ac: check for -lrt Needed when pgqd is built against libevent (--with-libevent) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2b0698d9..fbc36fe7 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,7 @@ dnl Postres headers on Solaris define incompat unsetenv without that AC_CHECK_FUNCS(unsetenv) dnl Optional use of libevent +AC_SEARCH_LIBS(clock_gettime, rt) AC_USUAL_LIBEVENT_OPT dnl Needed on SmartOS (Solaris) -- 2.39.5