changeset 17053:4c7f29442176

timespec: omit unnecessary AC_C_INLINE * m4/timespec.m4 (gl_TIMESPEC): Do not require AC_C_INLINE.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 18 Aug 2012 16:27:56 -0700
parents c337925c8233
children ea133888b2c2
files ChangeLog m4/timespec.m4
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
 
+	timespec: omit unnecessary AC_C_INLINE
+	* m4/timespec.m4 (gl_TIMESPEC): Do not require AC_C_INLINE.
+
 	stat-time: omit unnecessary AC_C_INLINE
 	* m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
 	Do not require AC_C_INLINE.
--- a/m4/timespec.m4
+++ b/m4/timespec.m4
@@ -1,4 +1,4 @@
-#serial 14
+#serial 15
 
 # Copyright (C) 2000-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.
 
@@ -8,8 +8,4 @@
 
 dnl From Jim Meyering
 
-AC_DEFUN([gl_TIMESPEC],
-[
-  dnl Prerequisites of lib/timespec.h.
-  AC_REQUIRE([AC_C_INLINE])
-])
+AC_DEFUN([gl_TIMESPEC], [:])