There should be no user-visible changes, but it makes easier to handle Num library which was split off the core OCaml starting with 4.06.0 release.
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
--- configure.orig 2016-11-18 13:04:45 UTC
|
|
+++ configure
|
|
@@ -516,7 +516,8 @@ fi
|
|
|
|
# bytes?
|
|
|
|
-if [ -f "${ocaml_core_stdlib}/bytes.cmi" ]; then
|
|
+if [ -f "${ocaml_core_stdlib}/bytes.cmi" -o \
|
|
+ -f "${ocaml_core_stdlib}/stdlib__bytes.cmi" ]; then
|
|
echo "bytes: found, installing fake library"
|
|
lbytes="bytes"
|
|
cbytes=0
|