bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] gl_AC_TYPE_UINT32_T broken


From: Albert Chin
Subject: Re: [Bug-gnulib] gl_AC_TYPE_UINT32_T broken
Date: Wed, 3 Nov 2004 07:50:37 -0600
User-agent: Mutt/1.5.6i

On Wed, Nov 03, 2004 at 07:47:32AM -0600, Albert Chin wrote:
> On Tue, Nov 02, 2004 at 10:33:13PM -0600, Albert Chin wrote:
> > gl_AC_TYPE_UINT32_T doesn't correctly define uint32_t on Solaris
> > 2.5.1/SPARC. It should be obvious why after looking at the patch
> > below.
> 
> Updated patch with Paul's suggestions from the bug-coreutils mailing
> list.

Oops, use this Changelog entry instead:

2004-11-03  Albert Chin <address@hidden>
            Paul Eggert  <address@hidden>

        * m4/uint32_t.m4: When determining uint32_t equivalent,
        substitute $ac_type for equivalent type rather than
        blindly using uint32_t *always* which won't work if
        uint32_t is not available. Define _UINT32_T to work
        around typedef of uint32_t if <sys/sched.h>,
        <pthread.h>, or <semaphore.h> used on Solaris 2.5.1.

-- 
albert chin (address@hidden)




reply via email to

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