autoconf
[Top][All Lists]
Advanced

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

Re: conditionally compiling C++ code [#7938]


From: Tim Van Holder
Subject: Re: conditionally compiling C++ code [#7938]
Date: Thu, 24 Apr 2003 21:12:27 +0200

> Tim Van Holder wrote:
> > > As far as I can tell, including AC_PROG_CXX in configure.ac
> > > results in configure testing for a working C++ pre-processor,
> > > and when one isn't found, configure fails.
> > 
> > I thought AC_PROG_CXX did not do any checks if CXX is set - so
> > you could just set CXX to 'no'.
> > But I find that's not the case, so that doesn't help much.
> 
> Perhaps setting 'CXX=true' would always result in a passing value?

I tried that - but then autoconf checks for the default output
(misidentified as b.out) and then bombs out because it can't run
b.out.






reply via email to

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