mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-11 23:05:46 -05:00
config change for libevent (newest).
git-svn-id: file:///svn/unbound/trunk@473 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
62b02dc911
commit
c3f6bcb89a
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue