Skip to content

Commit

Permalink
Check for the presence of swhid_core in the configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Mar 29, 2023
1 parent 7f4558d commit ad4e346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ AC_CHECK_OCAML_PKG_AT_LEAST([opam-0install-cudf],[0.4])
AC_CHECK_OCAML_PKG([jsonm])
AC_CHECK_OCAML_PKG([uutf])
AC_CHECK_OCAML_PKG([sha])
AC_CHECK_OCAML_PKG([swhid_core])

# Optional dependencies
AC_CHECK_OCAML_PKG_AT_LEAST([mccs],[1.1+9])
Expand Down Expand Up @@ -398,6 +399,7 @@ AS_IF([test "x${enable_checks}" != "xno" && {
test "x$OCAML_PKG_jsonm" = "xno" ||
test "x$OCAML_PKG_uutf" = "xno" ||
test "x$OCAML_PKG_sha" = "xno" ||
test "x$OCAML_PKG_swhid_core" = "xno" ||
test "x$CPPO" = "x" ||
test "x$OCAML_PKG_mccs$MCCS_ENABLED" = "xnotrue";}],[
AS_IF([test "x${with_vendored_deps}" = "xno"],[
Expand Down

0 comments on commit ad4e346

Please sign in to comment.