Change the inlining
authorKim Nguyễn <kn@lri.fr>
Wed, 18 Apr 2012 13:10:27 +0000 (15:10 +0200)
committerKim Nguyễn <kn@lri.fr>
Wed, 18 Apr 2012 13:10:27 +0000 (15:10 +0200)
Remove dependency on pkg-config

configure
myocamlbuild_config.ml.in

index c192a28..2866377 100755 (executable)
--- a/configure
+++ b/configure
@@ -12,7 +12,6 @@ Conf.check "Ocaml version >= 3.11.0" Conf.version version (fun c -> c >= (3,11,0
 Conf.check_prog ~required:false "Ocaml native compiler" "ocamlopt -version";;
 Conf.check_prog "ocamlbuild" "ocamlbuild -version";;
 Conf.check_prog "ocamlfind" "ocamlfind printconf";;
-Conf.check_prog "pkg-config" "pkg-config --version";;
 
 Conf.check_prog "camlp4" "ocamlfind query camlp4";;
 Conf.check_prog "ulex" "ocamlfind query ulex";;
index 5694462..b6e3ca9 100644 (file)
@@ -1,4 +1,4 @@
-let ocaml_inline = "10";;
+let ocaml_inline = "1000";;
 let include_path = "include";;
 let src_path = "src";;
 let ocaml_link = [ ];;