git-svn-id: file:///svn/unbound/trunk@2468 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2011-08-01 14:56:38 +00:00
parent 27b5d25703
commit 8c04c2e187
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,8 @@
# Copyright 2009, Wouter Wijngaards, NLnet Labs.
# BSD licensed.
#
# Version 13
# Version 14
# 2011-08-01 Fix nonblock test (broken at v13).
# 2011-08-01 Fix autoconf 2.68 warnings
# 2011-06-23 Add ACX_CHECK_FLTO to check -flto.
# 2010-08-16 Fix FLAG_OMITTED for AS_TR_CPP changes in autoconf-2.66.
@ -981,6 +982,7 @@ int main(void)
close(sfd);
close(cfd);
return 0;
}
]])], [
AC_MSG_RESULT([yes])

1
configure vendored
View file

@ -13916,6 +13916,7 @@ int main(void)
close(sfd);
close(cfd);
return 0;
}
_ACEOF