]> Savannah Git Hosting - gnulib.git/commit
sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Aug 2012 00:59:49 +0000 (17:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Sep 2012 08:58:23 +0000 (01:58 -0700)
commitc0d12ddf618396354fdb23264cbda30f81d0d344
tree048e62b3ada0ac0439fa7c766d885527b9256197
parent463b88a5dbb558e2512c64bfb6562a003b40ddda
sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases

* m4/sockets.m4 (gl_SOCKETS):
* m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H):
Remove AC_C_INLINE.  Here, 'inline' is used only in MSVC
environments where it's already guaranteed to work, so we needn't
check for it at 'configure'-time.
ChangeLog
m4/sockets.m4
m4/sys_stat_h.m4