changeset 30847:026c915c9cb8

sockets: Call AC_C_INLINE.
author Simon Josefsson <simon@josefsson.org>
date Tue, 10 Feb 2009 13:16:22 +0100
parents 517ce06cfd92
children 34f018dc96df
files ChangeLog m4/sockets.m4
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 10 11:56:21 2009 +0100
+++ b/ChangeLog	Tue Feb 10 13:16:22 2009 +0100
@@ -1,3 +1,8 @@
+2009-02-10  Simon Josefsson  <simon@josefsson.org>
+
+	* m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
+	inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
+
 2009-02-10  Bruno Haible  <bruno@clisp.org>
 
 	* lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
--- a/m4/sockets.m4	Tue Feb 10 11:56:21 2009 +0100
+++ b/m4/sockets.m4	Tue Feb 10 13:16:22 2009 +0100
@@ -1,4 +1,4 @@
-# sockets.m4 serial 4
+# sockets.m4 serial 5
 dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -6,6 +6,8 @@
 
 AC_DEFUN([gl_SOCKETS],
 [
+  AC_REQUIRE([AC_C_INLINE])
+
   gl_PREREQ_SYS_H_WINSOCK2 dnl for HAVE_WINSOCK2_H
   LIBSOCKET=
   if test $HAVE_WINSOCK2_H = 1; then