Skip to content

Commit

Permalink
Do not check for cppo in the configure script (not used directly anym…
Browse files Browse the repository at this point in the history
…ore)
  • Loading branch information
kit-ty-kate committed Jan 22, 2024
1 parent 72f907f commit 618acad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
104 changes: 0 additions & 104 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ AS_IF([test "x${enable_certificate_check}" = "xno"], [
AC_CHECK_PROGS(FETCH,[curl wget],no)

AC_CHECK_TOOL(DUNE,dune)
AC_CHECK_TOOL(CPPO,cppo)
AC_CHECK_TOOL(PATCH,patch)
AC_CHECK_TOOL(BUNZIP2,bunzip2)

Expand Down Expand Up @@ -429,7 +428,6 @@ AS_IF([test "x${enable_checks}" != "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}" != "xyes"],[
AC_MSG_ERROR([Dependencies missing. Use --with-vendored-deps or --disable-checks])
Expand Down

0 comments on commit 618acad

Please sign in to comment.