]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Need AC_C_INLINE.
authorBruno Haible <bruno@clisp.org>
Wed, 18 Feb 2004 12:36:26 +0000 (12:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:48 +0000 (12:11 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/xsize.m4

index 646c6f7a9fbcc04f4bcbb6013ac520ff5b6c1257..a70f857e3c4c4b9b9059da91215eeee7c05bd62c 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-18  Bruno Haible  <bruno@clisp.org>
+
+       * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
+       Reported by Derek Robert Price <derek@ximbiot.com>.
+
 2004-02-02  Bruno Haible  <bruno@clisp.org>
 
        * glibc2.m4: New file.
index 9b7cf9b49305037c04d5c86e9525c7eb68bf3598..7bf1865b456b3eadc31fcabfad29affe7ca7f2a1 100644 (file)
@@ -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)
 ])