]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
config change for libevent (newest).
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Aug 2007 07:25:55 +0000 (07:25 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Aug 2007 07:25:55 +0000 (07:25 +0000)
git-svn-id: file:///svn/unbound/trunk@473 be551aaa-1e26-0410-a405-d3ace91eadb9

configure.ac
doc/Changelog

index a35a0ec45c4c20665ab8af047d0fea560df30763..1a71a32890ccc217d06e81496104b5b246be6d76 100644 (file)
@@ -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
index 652ce057c615603cf1a0338f8714dc2db3d2e372..9202d6ce07a9d04c6848f253fdd477afa1e009d8 100644 (file)
@@ -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.