aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libguestfs/ocaml-m4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libguestfs/ocaml-m4.patch')
-rw-r--r--testing/libguestfs/ocaml-m4.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/libguestfs/ocaml-m4.patch b/testing/libguestfs/ocaml-m4.patch
deleted file mode 100644
index 32f2f4fbfee..00000000000
--- a/testing/libguestfs/ocaml-m4.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-guestfs-ocaml.m4: Check caml_alloc_initialized_string
-
-Always check, even if --disable-ocaml is selected
-
----
- m4/guestfs-ocaml.m4 | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/m4/guestfs-ocaml.m4 b/m4/guestfs-ocaml.m4
-index 18f95c2..bf07799 100644
---- a/m4/guestfs-ocaml.m4
-+++ b/m4/guestfs-ocaml.m4
-@@ -214,8 +214,7 @@ AM_CONDITIONAL([HAVE_BYTES_COMPAT_ML],
- [test "x$have_Bytes_module" = "xno"])
-
- dnl Check if OCaml has caml_alloc_initialized_string (added 2017).
--AS_IF([test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno" && \
-- test "x$enable_ocaml" = "xyes"],[
-+AS_IF([test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno"],[
- AC_MSG_CHECKING([for caml_alloc_initialized_string])
- cat >conftest.c <<'EOF'
- #include <caml/alloc.h>
---
-2.31.1
-