+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.
-#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,
])
# Prerequisites of lib/mktime.c.
-AC_DEFUN([gl_PREREQ_MKTIME], [:])
+AC_DEFUN([gl_PREREQ_MKTIME],
+[
+ AC_REQUIRE([AC_C_INLINE])
+])