autoconf
[Top][All Lists]
Advanced

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

Re: AC_HEADER_STDBOOL: checking for _Bool separately for C and C++


From: Paul Eggert
Subject: Re: AC_HEADER_STDBOOL: checking for _Bool separately for C and C++
Date: Tue, 28 Aug 2012 12:01:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/28/2012 11:47 AM, Mojca Miklavec wrote:
> What exactly is "the real problem" here?

The real problem is that we're testing whether
stdbool.h works in C, and using that test to configure
both C and C++.  We should use a C++-specific test to test
whether stdbool.h works in C++.



reply via email to

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