qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 4/5] configure, meson: move C++ compiler detection to meson.b


From: Paolo Bonzini
Subject: Re: [PATCH 4/5] configure, meson: move C++ compiler detection to meson.build
Date: Fri, 30 Sep 2022 09:34:35 +0200

On Wed, Sep 28, 2022 at 11:08 PM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> On 9/28/22 12:21, Paolo Bonzini wrote:
> > Heh, I wanted to get it in for exactly that reason, so that a future revert 
> > would not
> > introduce the test in configure. But I guess having the patch out there on 
> > the archives
> > may also be enough.
>
> Heh.  I suppose that's fair, being wary of reversion.

There's also a bit of C++ in the guest agent:

have_qga_vss = get_option('qga_vss') \
  .require(targetos == 'windows',
           error_message: 'VSS support requires Windows') \
  .require(link_language == 'cpp',
           error_message: 'VSS support requires a C++ compiler') \
...

so I included the patch in the pull request.

Paolo




reply via email to

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