bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mbstate_t not properly detected


From: Stepan Kasal
Subject: Re: mbstate_t not properly detected
Date: Mon, 14 Feb 2005 09:38:52 +0100
User-agent: Mutt/1.4.1i

Hello,
  thank you for reporting the bug.

On Sun, Feb 13, 2005 at 07:08:39PM +0100, Denis Corbin wrote:
> On several system (Solaris 2.6, openBSD 3.6, macOS X 10.2), the
> mbstate_t structure is not detected by autoconf while system include 
> files provide it.

The first thing to note is that you cannot use AC_CHECK_TYPE macro
to check for mbstate_t.  You have to use AC_TYPE_MBSTATE_T instead.

If you experience problems with AC_TYPE_MBSTATE_T, please give the
details: if you are trying to compile a package, point us to the
tarball.  If you are writing an autoconf script, please prepare an
example, as small as possible, to demonstrate the bug.

Have a nice day,
        Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]