Skip to content
Snippets Groups Projects
Commit 3cfcd191 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[configure] allow bytecode compilation when native dynlink does not work

parent 83d23d21
No related branches found
No related tags found
No related merge requests found
...@@ -883,7 +883,8 @@ if ($OCAMLOPT -shared -linkall -o test_dynlink.cmxs test_dynlink.ml) \ ...@@ -883,7 +883,8 @@ if ($OCAMLOPT -shared -linkall -o test_dynlink.cmxs test_dynlink.ml) \
then then
AC_MSG_RESULT([native dynlink works fine. Great.]) AC_MSG_RESULT([native dynlink works fine. Great.])
else else
AC_MSG_ERROR([native dynlink does not work.]) AC_MSG_WARN([Native dynlink does not work, disabling native compilation.])
OCAMLBEST=byte
fi fi
rm -f test_dynlink.* rm -f test_dynlink.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment