comparison modules/fdutimensat @ 17100:1783fdc5730c

fdutimensat: omit unnecessary AC_C_INLINE * modules/fdutimensat (configure.ac): Remove AC_C_INLINE.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 29 Aug 2012 21:14:24 -0700
parents 1b9d71e4e297
children
comparison
equal deleted inserted replaced
17099:66fafd5c6640 17100:1783fdc5730c
8 Depends-on: 8 Depends-on:
9 futimens 9 futimens
10 utimensat 10 utimensat
11 11
12 configure.ac: 12 configure.ac:
13 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h
14 gl_MODULE_INDICATOR([fdutimensat]) 13 gl_MODULE_INDICATOR([fdutimensat])
15 14
16 Makefile.am: 15 Makefile.am:
17 lib_SOURCES += fdutimensat.c 16 lib_SOURCES += fdutimensat.c
18 17