Re: meson: Fix missing name arguments of cc.compiles() calls

2025-01-05 Thread Peter Eisentraut
On 29.12.24 15:13, Peter Eisentraut wrote: I noticed a few cc.compiles() checks in meson.build don't show up in the "meson setup" output, because they don't have a "name" argument.  Also, the "typeof" test doesn't show the name of the symbol that is currently being tested.  All this makes remot

meson: Fix missing name arguments of cc.compiles() calls

2024-12-29 Thread Peter Eisentraut
17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 29 Dec 2024 13:43:38 +0100 Subject: [PATCH 1/2] meson: Fix missing name arguments of cc.compiles() calls Without it, the check won't show up in the meson setup/configure output. --- meson.build | 5 - 1 file changed, 4 insertions(+), 1 d