config change for libevent (newest).

git-svn-id: file:///svn/unbound/trunk@473 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2007-08-02 07:25:55 +00:00
parent 62b02dc911
commit c3f6bcb89a
2 changed files with 4 additions and 0 deletions

View 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

View 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.