[PATCH v1] meson: fix yajl detection

2020-11-12 Thread Olaf Hering
yajl_tree_parse is declared in yajl/yajl_tree.h autoconf is more forgiving, the error did not trigger because yajl_tree_parse is not actually used. Fixes commit 44b8df4cb4b3f0c143e0330f543812e6bcd5c9f0 Fixes commit 88ab32a4e555f67dae3204fbc3bcf63d3da8ad2b Signed-off-by: Olaf Hering --- meson.bu

Re: [PATCH v1] meson: fix yajl detection

2020-11-13 Thread Andrea Bolognani
On Fri, 2020-11-13 at 00:01 +0100, Olaf Hering wrote: > yajl_tree_parse is declared in yajl/yajl_tree.h > autoconf is more forgiving, the error did not trigger because > yajl_tree_parse is not actually used. > > Fixes commit 44b8df4cb4b3f0c143e0330f543812e6bcd5c9f0 > Fixes commit 88ab32a4e555f67da

Re: [PATCH v1] meson: fix yajl detection

2020-11-13 Thread Daniel P . Berrangé
On Fri, Nov 13, 2020 at 12:01:39AM +0100, Olaf Hering wrote: > yajl_tree_parse is declared in yajl/yajl_tree.h > autoconf is more forgiving, the error did not trigger because > yajl_tree_parse is not actually used. What platform is this failure seen on ? > > Fixes commit 44b8df4cb4b3f0c143e0330f