From 6a27e77475115f5bc44a9a2afee1ea3a7ad8e5d0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 18 Feb 2004 12:34:38 +0000 Subject: [PATCH] Needs AC_C_INLINE. --- m4/ChangeLog | 5 +++++ m4/xsize.m4 | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index fe04d3d94d..86a62e5761 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2004-02-18 Bruno Haible + + * xsize.m4 (gl_XSIZE): Require AC_C_INLINE. + Reported by Derek Robert Price . + 2004-02-06 Karl Berry * po.m4: update from gettext 0.14.1. diff --git a/m4/xsize.m4 b/m4/xsize.m4 index 9b7cf9b493..7bf1865b45 100644 --- a/m4/xsize.m4 +++ b/m4/xsize.m4 @@ -1,5 +1,5 @@ -# xsize.m4 serial 2 -dnl Copyright (C) 2003 Free Software Foundation, Inc. +# xsize.m4 serial 3 +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -10,5 +10,6 @@ AC_DEFUN([gl_XSIZE], [ dnl Prerequisites of lib/xsize.h. AC_REQUIRE([gl_SIZE_MAX]) + AC_REQUIRE([AC_C_INLINE]) AC_CHECK_HEADERS(stdint.h) ]) -- 2.30.2