]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: use .to_string() in configuration data check
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 14 Apr 2025 21:07:18 +0000 (23:07 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 14 Apr 2025 21:47:42 +0000 (23:47 +0200)
commit6feaf1d472baadfc7759ea49c81df0437e079f9c
tree2a62cb293925f7939c89a007378c685675101f2c
parent188f3af3e8f3c7effbdb4b91994f1b16db4874b5
meson: use .to_string() in configuration data check

Newer versions of meson validate the types of comparisions.
Explicitly convert to strings.

Fixes the following error:
meson.build:1875:70: ERROR: The `==` operator of bool does not accept objects of type int (1)

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
meson.build