Re: [PATCH] osdep: fix HAVE_BROKEN_SIZE_MAX case

2021-07-07 Thread Daniel P . Berrangé
On Wed, Jul 07, 2021 at 12:56:00PM +0200, Paolo Bonzini wrote: > While config-host.mak entries are expanded to "1" for compatibility with > create-config.sh, tests done directly in meson.build expand to the empty > string and cannot be placed to the right of the && operator. Adjust > osdep.h after

[PATCH] osdep: fix HAVE_BROKEN_SIZE_MAX case

2021-07-07 Thread Paolo Bonzini
While config-host.mak entries are expanded to "1" for compatibility with create-config.sh, tests done directly in meson.build expand to the empty string and cannot be placed to the right of the && operator. Adjust osdep.h after commit e46bd55d9c ("configure: convert HAVE_BROKEN_SIZE_MAX to meson",