timespec: omit unnecessary AC_C_INLINE
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 23:27:56 +0000 (16:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Aug 2012 21:13:56 +0000 (14:13 -0700)
* m4/timespec.m4 (gl_TIMESPEC): Do not require AC_C_INLINE.

ChangeLog
m4/timespec.m4

index 989aab9..f33042a 100644 (file)
--- 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.
index 597b9c2..63c00e8 100644 (file)
@@ -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], [:])