Skip to content

Commit

Permalink
Merge pull request #760 from chu11/fluxcore3239
Browse files Browse the repository at this point in the history
build: bump minimum jansson version to 2.10
  • Loading branch information
mergify[bot] authored Oct 1, 2020
2 parents cb3d4a9 + df306c5 commit 9031326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ AC_CHECK_LIB([dl], [dlerror],
[Define if you have libdl])],
[AC_MSG_ERROR([Please install dl])])
PKG_CHECK_MODULES([HWLOC], [hwloc >= 1.11.1], [], [])
PKG_CHECK_MODULES([JANSSON], [jansson >= 2.6], [], [])
PKG_CHECK_MODULES([JANSSON], [jansson >= 2.10], [], [])
PKG_CHECK_MODULES([XML2], [libxml-2.0])
AX_VALGRIND_H

Expand Down

0 comments on commit 9031326

Please sign in to comment.