Re: [PATCH] configure: Move preadv check to meson.build

2021-01-28 Thread Peter Maydell
On Wed, 27 Jan 2021 at 21:49, Philippe Mathieu-Daudé wrote: > > On 1/26/21 4:58 PM, Peter Maydell wrote: > > Move the preadv availability check to meson.build. This is what we > > want to be doing for host-OS-feature-checks anyway, but it also fixes > > a problem with building for macOS with the

Re: [PATCH] configure: Move preadv check to meson.build

2021-01-27 Thread Philippe Mathieu-Daudé
On 1/26/21 4:58 PM, Peter Maydell wrote: > Move the preadv availability check to meson.build. This is what we > want to be doing for host-OS-feature-checks anyway, but it also fixes > a problem with building for macOS with the most recent XCode SDK on a > Catalina host. > > On that configuration,

Re: [PATCH] configure: Move preadv check to meson.build

2021-01-26 Thread Paolo Bonzini
On 26/01/21 16:58, Peter Maydell wrote: Move the preadv availability check to meson.build. This is what we want to be doing for host-OS-feature-checks anyway, but it also fixes a problem with building for macOS with the most recent XCode SDK on a Catalina host. On that configuration, 'preadv()'

[PATCH] configure: Move preadv check to meson.build

2021-01-26 Thread Peter Maydell
Move the preadv availability check to meson.build. This is what we want to be doing for host-OS-feature-checks anyway, but it also fixes a problem with building for macOS with the most recent XCode SDK on a Catalina host. On that configuration, 'preadv()' is provided as a weak symbol, so that pro