]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: properly handle gettext non-existence
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 5 Aug 2023 06:57:28 +0000 (08:57 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 5 Aug 2023 07:10:57 +0000 (09:10 +0200)
commitb8bed37a1493b913bf5bda938487ae0c06c11ce7
tree262fd9b833dc4bbb262f71db515cc160821c18a7
parent9f592cc2164c3db3c76a2898975ceb58d09f0cbb
meson: properly handle gettext non-existence

Commit e91a49c9747f ("meson: don't build po if no gettext")
tried to add the possibility to build util-linux without gettext.

Unfortunately by default the call to find_program() would abort the
build if the program is not found.
Avoid aborting the build.

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