bug-autoconf
[Top][All Lists]
Advanced

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

Re: sys/bitypes.h and AC_CHECK_TYPE


From: Piotr KUCHARSKI
Subject: Re: sys/bitypes.h and AC_CHECK_TYPE
Date: Sat, 13 Nov 2004 17:20:25 +0100
User-agent: Mutt/1.4.2.1i

On Wed, Nov 10, 2004 at 06:16:26PM +0100, Stepan Kasal wrote:
> I think you can get the "add" this way:
> AC_CHECK_TYPE(u_int8_t, , , [AC_INCLUDES_DEFAULT
> #if HAVE_SYS_BITYPES_H
> #include <sys/bitypes.h>
> #endif
> ])

Good point, it seems to work. Thank you.

On Wed, Nov 10, 2004 at 09:52:50AM -0800, Paul Eggert wrote:
> > I still think that autoconf (at least when doing AC_CHECK_TYPE) should use 
> > #if HAVE_SYS_BITYPES_H
> > #include <sys/bitypes.h>
> > #endif
> I'm leery about that, as <sys/bitypes.h> isn't part of any standard.

I understand. Hopefully ircd configure can live with above solution,
even though it is for a very few systems to make it work. :)

p.

-- 
Beware of he who would deny you access to information, for in his
heart he dreams himself your master.   -- Commissioner Pravin Lal
http://nerdquiz.sgh.waw.pl/  -- polska wersja quizu dla nerdów ;)




reply via email to

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