(gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.

This commit is contained in:
Jim Meyering 2005-09-23 14:47:58 +00:00
parent a6821efce3
commit ee0d6b604c

View 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])