projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e57fa9
)
Check for caml_alloc_initialized_string existence even if --disable-ocaml
author
Hilko Bengen
<bengen@debian.org>
Tue, 10 Mar 2020 16:23:15 +0000
(17:23 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 12 Nov 2020 16:03:00 +0000
(16:03 +0000)
Gbp-Pq: Name 0016-Check-for-caml_alloc_initialized_string-existence-ev.patch
m4/guestfs-ocaml.m4
patch
|
blob
|
history
diff --git
a/m4/guestfs-ocaml.m4
b/m4/guestfs-ocaml.m4
index 18f95c22b10b4c84566dcc8c58c4600b5f04e9c0..bf07799a24fd5ecd6fe449577a32ad48d73aa0d1 100644
(file)
--- 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>