Re: [PATCH 6/6] configure / meson: Move check for linux/btrfs.h to meson.build

2020-12-13 Thread Laurent Vivier
Le 18/11/2020 à 18:10, Thomas Huth a écrit : > This check can be done in a much shorter way in meson.build. And while > we're at it, rename the #define to HAVE_BTRFS_H to match the other > HAVE_someheader_H symbols that we already have. > > Signed-off-by: Thomas Huth > --- > configure

Re: [PATCH 6/6] configure / meson: Move check for linux/btrfs.h to meson.build

2020-11-19 Thread Richard Henderson
On 11/18/20 9:10 AM, Thomas Huth wrote: > This check can be done in a much shorter way in meson.build. And while > we're at it, rename the #define to HAVE_BTRFS_H to match the other > HAVE_someheader_H symbols that we already have. > > Signed-off-by: Thomas Huth > --- > configure

Re: [PATCH 6/6] configure / meson: Move check for linux/btrfs.h to meson.build

2020-11-18 Thread Philippe Mathieu-Daudé
On 11/18/20 6:10 PM, Thomas Huth wrote: > This check can be done in a much shorter way in meson.build. And while > we're at it, rename the #define to HAVE_BTRFS_H to match the other > HAVE_someheader_H symbols that we already have. > > Signed-off-by: Thomas Huth > --- > configure