mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
acx v14.
git-svn-id: file:///svn/unbound/trunk@2468 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
27b5d25703
commit
8c04c2e187
2 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
# Copyright 2009, Wouter Wijngaards, NLnet Labs.
|
# Copyright 2009, Wouter Wijngaards, NLnet Labs.
|
||||||
# BSD licensed.
|
# BSD licensed.
|
||||||
#
|
#
|
||||||
# Version 13
|
# Version 14
|
||||||
|
# 2011-08-01 Fix nonblock test (broken at v13).
|
||||||
# 2011-08-01 Fix autoconf 2.68 warnings
|
# 2011-08-01 Fix autoconf 2.68 warnings
|
||||||
# 2011-06-23 Add ACX_CHECK_FLTO to check -flto.
|
# 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.
|
# 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(sfd);
|
||||||
close(cfd);
|
close(cfd);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
]])], [
|
]])], [
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
|
|
|
||||||
1
configure
vendored
1
configure
vendored
|
|
@ -13916,6 +13916,7 @@ int main(void)
|
||||||
|
|
||||||
close(sfd);
|
close(sfd);
|
||||||
close(cfd);
|
close(cfd);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue