Skip to content

Commit 618acad

Browse files
committed
Do not check for cppo in the configure script (not used directly anymore)
1 parent 72f907f commit 618acad

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

configure

-104
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ AS_IF([test "x${enable_certificate_check}" = "xno"], [
273273
AC_CHECK_PROGS(FETCH,[curl wget],no)
274274

275275
AC_CHECK_TOOL(DUNE,dune)
276-
AC_CHECK_TOOL(CPPO,cppo)
277276
AC_CHECK_TOOL(PATCH,patch)
278277
AC_CHECK_TOOL(BUNZIP2,bunzip2)
279278

@@ -429,7 +428,6 @@ AS_IF([test "x${enable_checks}" != "xno" && {
429428
test "x$OCAML_PKG_uutf" = "xno" ||
430429
test "x$OCAML_PKG_sha" = "xno" ||
431430
test "x$OCAML_PKG_swhid_core" = "xno" ||
432-
test "x$CPPO" = "x" ||
433431
test "x$OCAML_PKG_mccs$MCCS_ENABLED" = "xnotrue";}],[
434432
AS_IF([test "x${with_vendored_deps}" != "xyes"],[
435433
AC_MSG_ERROR([Dependencies missing. Use --with-vendored-deps or --disable-checks])

0 commit comments

Comments
 (0)