flux-framework / flux-accounting

bank/accounting interface for the Flux resource manager
https://flux-framework.readthedocs.io/projects/flux-accounting/en/latest/index.html
GNU Lesser General Public License v3.0
3 stars 10 forks source link

configure: add `jansson` as a dependency check #484

Closed cmoussa1 closed 3 months ago

cmoussa1 commented 3 months ago

Problem

As noted in #364, flux-accounting does not check for jansson when running ./configure even though it uses it in the priority plugin.


This PR adds a check for jansson in configure.ac.

Fixes #364

cmoussa1 commented 3 months ago

Thanks! Setting MWP here