In 76300601d jansson_version_str and jansson_version_cmp were added. But they are not in the shared library interface. So with --disable-static in configure line, make check fails with undefined reference to 'jansson_version_cmp'.
Coverage remained the same at 95.561% when pulling bcb6b6f3fde24883c9ee1dc40deef69818e19307 on xry111:shared_lib_interface_fix into 2882ead5bb90cf12a01b07b2c2361e24960fae02 on akheron:master.
In 76300601d
jansson_version_str
andjansson_version_cmp
were added. But they are not in the shared library interface. So with--disable-static
inconfigure
line,make check
fails withundefined reference to 'jansson_version_cmp'
.This PR fixes it.