sockets, sys_stat: restore AC_C_INLINE
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2012 23:20:43 +0000 (16:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2012 23:21:03 +0000 (16:21 -0700)
commitb4938324b7113c9d73f8390d21f3ecbd842e74b9
tree09a6b9005a35f048eb25e9c264bb9483fb133a65
parentbbca62715f5400cb67443c4c3f1aaa001f5d835a
sockets, sys_stat: restore AC_C_INLINE

This undoes the 2012-09-22 patch.
* m4/sockets.m4 (gl_SOCKETS):
* m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H):
Restore AC_C_INLINE, since MSVC requires __inline or _inline
and does not support plain 'inline'.  Reported by Bruno Haible in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-09/msg00183.html>.
ChangeLog
m4/sockets.m4
m4/sys_stat_h.m4