]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Ensure mbstate_t gets defined in libasprintf.
authorBruno Haible <bruno@clisp.org>
Mon, 6 Jun 2011 09:12:13 +0000 (11:12 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:39:50 +0000 (23:39 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/configure.ac

index 066fcdb76fc50b15df05b415e4b7ecd625d1a151..5f67ab3ebe4f99f8fa11b3fff3fdaa2c053b53b8 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-06  Bruno Haible  <bruno@clisp.org>
+
+       Ensure mbstate_t gets defined in libasprintf.
+       * configure.ac: Invoke AC_TYPE_MBSTATE_T. Needed on HP-UX 11.31.
+
 2011-06-04  Bruno Haible  <bruno@clisp.org>
 
        Ensure intmax_t gets defined in libasprintf.
index 1e0aa4aad47094877c9601e2d90ad2857575f310..f021f3d70b47c3491fc2ebf3be4fd1b696e62c20 100644 (file)
@@ -60,6 +60,7 @@ AC_TYPE_SIZE_T
 AC_TYPE_LONG_LONG_INT
 gt_TYPE_WCHAR_T
 gt_TYPE_WINT_T
+AC_TYPE_MBSTATE_T
 AC_CHECK_TYPE([ptrdiff_t], ,
   [AC_DEFINE([ptrdiff_t], [long],
      [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])