changeset 8427:8bd2ba354a25

mktime.c requires 'inline'.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Mar 2007 23:14:58 +0000
parents afb03bff7144
children 3cf19f4286c6
files ChangeLog m4/mktime.m4
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-11  Bruno Haible  <bruno@clisp.org>
+
+	* m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
+
 2007-03-11  Bruno Haible  <bruno@clisp.org>
 
 	* m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
--- a/m4/mktime.m4
+++ b/m4/mktime.m4
@@ -1,4 +1,4 @@
-#serial 12
+#serial 13
 dnl Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -221,4 +221,7 @@
 ])
 
 # Prerequisites of lib/mktime.c.
-AC_DEFUN([gl_PREREQ_MKTIME], [:])
+AC_DEFUN([gl_PREREQ_MKTIME],
+[
+  AC_REQUIRE([AC_C_INLINE])
+])