Re: [Qemu-devel] [PATCH 09/21] configure: use pkg-config for obtaining xen version

2019-01-02 Thread Stefano Stabellini
On Tue, 11 Dec 2018, Daniel wrote: > On Tue, Dec 11, 2018 at 10:34:52AM +, Peter Maydell wrote: > > On Tue, 25 Apr 2017 at 19:35, Stefano Stabellini > > wrote: > > > > > > From: Juergen Gross > > > > > > Instead of trying to guess the Xen version to use by compiling various > > > test progra

Re: [Qemu-devel] [PATCH 09/21] configure: use pkg-config for obtaining xen version

2018-12-11 Thread Daniel P . Berrangé
On Tue, Dec 11, 2018 at 10:34:52AM +, Peter Maydell wrote: > On Tue, 25 Apr 2017 at 19:35, Stefano Stabellini > wrote: > > > > From: Juergen Gross > > > > Instead of trying to guess the Xen version to use by compiling various > > test programs first just ask the system via pkg-config. Only i

Re: [Qemu-devel] [PATCH 09/21] configure: use pkg-config for obtaining xen version

2018-12-11 Thread Peter Maydell
On Tue, 25 Apr 2017 at 19:35, Stefano Stabellini wrote: > > From: Juergen Gross > > Instead of trying to guess the Xen version to use by compiling various > test programs first just ask the system via pkg-config. Only if it > can't return the version fall back to the test program scheme. > > If c

[Qemu-devel] [PATCH 09/21] configure: use pkg-config for obtaining xen version

2017-04-25 Thread Stefano Stabellini
From: Juergen Gross Instead of trying to guess the Xen version to use by compiling various test programs first just ask the system via pkg-config. Only if it can't return the version fall back to the test program scheme. If configure is being called with dedicated flags for the Xen libraries use