changeset 36791:028789494dad

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 bbeeb4fa2efb
children babac511c18f
files ChangeLog modules/fdutimensat
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Aug 29 21:09:50 2012 -0700
+++ b/ChangeLog	Wed Aug 29 21:14:24 2012 -0700
@@ -1,5 +1,8 @@
 2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
 
+	fdutimensat: omit unnecessary AC_C_INLINE
+	* modules/fdutimensat (configure.ac): Remove AC_C_INLINE.
+
 	fchmodat, fchownat, fstatat: use extern-inline
 	* lib/fchmodat.c, lib/openat.h (FCHMODAT_INLINE):
 	* lib/fchownat.c, lib/openat.h (FCHOWNAT_INLINE):
--- a/modules/fdutimensat	Wed Aug 29 21:09:50 2012 -0700
+++ b/modules/fdutimensat	Wed Aug 29 21:14:24 2012 -0700
@@ -10,7 +10,6 @@
 utimensat
 
 configure.ac:
-AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h
 gl_MODULE_INDICATOR([fdutimensat])
 
 Makefile.am: