From: Wouter Wijngaards Date: Thu, 2 Aug 2007 07:25:55 +0000 (+0000) Subject: config change for libevent (newest). X-Git-Tag: release-0.5~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f6bcb89a93fb3b6ff40c3d91971e0c0f039582;p=thirdparty%2Funbound.git config change for libevent (newest). git-svn-id: file:///svn/unbound/trunk@473 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure.ac b/configure.ac index a35a0ec45..1a71a3289 100644 --- a/configure.ac +++ b/configure.ac @@ -482,6 +482,7 @@ fi # check to see if libraries are needed for these functions. AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(nsl, inet_pton) +AC_CHECK_LIB(rt, clock_gettime) AC_FUNC_CHOWN AC_FUNC_FORK diff --git a/doc/Changelog b/doc/Changelog index 652ce057c..9202d6ce0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +2 August 2007: Wouter + - configure change for latest libevent trunk version (needs -lrt). + 1 August 2007: Wouter - set version to 0.5 - module work for module to module interconnections.