]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
authorJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 14:47:58 +0000 (14:47 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 14:47:58 +0000 (14:47 +0000)
m4/getaddrinfo.m4

index ae200f9a0d3f0aa6bbbe5265eaa16ea0799065b1..8884464f88f153f059e87fafd3a4266033b38580 100644 (file)
@@ -1,4 +1,4 @@
-# getaddrinfo.m4 serial 4
+# getaddrinfo.m4 serial 5
 dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -13,6 +13,7 @@ AC_DEFUN([gl_GETADDRINFO],
 
 # Prerequisites of lib/getaddrinfo.h and lib/getaddrinfo.c.
 AC_DEFUN([gl_PREREQ_GETADDRINFO], [
+  AC_REQUIRE([gl_SOCKLEN_T])
   AC_REQUIRE([gl_C_RESTRICT])
   AC_REQUIRE([gl_SOCKET_FAMILIES])
   AC_REQUIRE([AC_C_INLINE])