summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-11-20 22:25:09 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-11-29 23:38:56 -0800
commit6c57163fce3714ebd5ee93d69e3063292b2b69fb (patch)
tree6464ba90e1e16b3f45dd56c587481c59c86f4771 /m4
parent0c4b4008b957a62c40e3c55c178e71977bc0d351 (diff)
downloadgnulib-6c57163fce3714ebd5ee93d69e3063292b2b69fb.tar.gz
getaddrinfo: no 'static inline'
* lib/getaddrinfo.c (validate_family): Now static, not static inline. * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Do not require AC_C_INLINE.
Diffstat (limited to 'm4')
-rw-r--r--m4/getaddrinfo.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/getaddrinfo.m4 b/m4/getaddrinfo.m4
index 9cd3e675ec..8c4e46261c 100644
--- a/m4/getaddrinfo.m4
+++ b/m4/getaddrinfo.m4
@@ -1,4 +1,4 @@
-# getaddrinfo.m4 serial 29
+# getaddrinfo.m4 serial 30
dnl Copyright (C) 2004-2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -134,7 +134,6 @@ AC_DEFUN([gl_PREREQ_GETADDRINFO], [
AC_REQUIRE([AC_C_RESTRICT])
AC_REQUIRE([gl_SOCKET_FAMILIES])
AC_REQUIRE([gl_HEADER_SYS_SOCKET])
- AC_REQUIRE([AC_C_INLINE])
AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
dnl Including sys/socket.h is wrong for Windows, but Windows does not