autoconf-patches
[Top][All Lists]
Advanced

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

Re: Autoconf tests with C++ compiler


From: Paolo Bonzini
Subject: Re: Autoconf tests with C++ compiler
Date: Tue, 01 Dec 2009 11:40:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4

On 11/30/2009 10:19 PM, Ralf Wildenhues wrote:
- AC_HEADER_STDBOOL
   probably a macro bug, haven't investigated yet.

Not necessarily; _Bool is not provided by g++ unless stdbool.h is included. Can be fixed by the attached patch, but it's better declared a feature given that the suggested snippet in the documentation uses HAVE__BOOL only if stdbool.h is not found.

Paolo

Attachment: 0001-Fix-_Bool-detection-under-G.patch
Description: Text document


reply via email to

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