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.