commit | 54f9439b7c64dd2e59fcfbe8e6f7fcb7cb263628 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Wed Apr 14 07:55:31 2004 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Wed Apr 14 07:55:31 2004 +0000 |
tree | 5c5a0caf9899c539b713de6445ac7cfefd8db9c1 | |
parent | 0046839dd2ba66008749db724366f56c30ce25e9 [diff] [blame] |
Bug #934635: Fix a bug where the configure script couldn't detect getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
diff --git a/Misc/NEWS b/Misc/NEWS index f2aa338..2fb6023 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -445,6 +445,9 @@ Build ----- +- Bug #934635: Fixed a bug where the configure script couldn't detect + getaddrinfo() properly if the KAME stack had SCTP support. + - Support for missing ANSI C header files (limits.h, stddef.h, etc) was removed.