Change define for C++ too
authorPierre Labastie <pierre.labastie@neuf.fr>
Sun, 19 Feb 2023 08:52:13 +0000 (09:52 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 20 Feb 2023 10:13:32 +0000 (10:13 +0000)
commitdf2cde25a6eb0ced31764b8807c639c5f4099fd4
tree70bce470ca63ca96156e700199f72356baf5e71a
parent91e6e3c8630dbda94618d671e506bde2883aaaff
Change define for C++ too

Commit d7560cc has split defines into private and public, and passed -DHAVE_LIBFUSE-PRIVATE_CONFIG_H to all C programs. But the arguments of C++ programs have not been changed. This leads to a test failure as reported in issue #734. Pass -DHAVE_LIBFUSE-PRIVATE_CONFIG_H to C++ programs too.

Fixes: #734
meson.build