meson: Fix missing name arguments of cc.compiles() calls
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 5 Jan 2025 10:30:48 +0000 (11:30 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 5 Jan 2025 10:34:28 +0000 (11:34 +0100)
commit6549a02a51e88960cccb938999a43203e335d0cc
treea38ff846be99bfe00f43dbb8889366f785e35ecb
parent30f017626308a06cf0c0c82a706a1ba1b07df34a
meson: Fix missing name arguments of cc.compiles() calls

Without it, the check won't show up in the meson setup/configure
output.

Discussion: https://www.postgresql.org/message-id/flat/795b1c54-c64a-47f9-8fa3-880dcab59975%40eisentraut.org
meson.build