and configure update

git-svn-id: file:///svn/unbound/trunk@1585 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-04-06 09:20:01 +00:00
parent ac9c3b84b1
commit 62fca9e1fb
2 changed files with 6 additions and 0 deletions

3
configure vendored
View file

@ -24653,6 +24653,9 @@ fi
if test x_$enable_static_exe = x_yes; then if test x_$enable_static_exe = x_yes; then
staticexe="-static" staticexe="-static"
if test "$on_mingw" = yes; then
staticexe="-all-static"
fi
fi fi
# set lock checking if requested # set lock checking if requested

View file

@ -1,3 +1,6 @@
6 April 2009: Wouter
- windows compile fix.
3 April 2009: Wouter 3 April 2009: Wouter
- Fixed a bug that caused messages to be stored in the cache too - Fixed a bug that caused messages to be stored in the cache too
long. Hard to trigger, but NXDOMAINs for nameservers or CNAME long. Hard to trigger, but NXDOMAINs for nameservers or CNAME