From: Kim Nguyễn Date: Wed, 18 Apr 2012 13:10:27 +0000 (+0200) Subject: Change the inlining X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Fxpathcomp.git;a=commitdiff_plain;h=e342de2671092c5fd919a5e134dca8fef5d84150 Change the inlining Remove dependency on pkg-config --- diff --git a/configure b/configure index c192a28..2866377 100755 --- 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";; diff --git a/myocamlbuild_config.ml.in b/myocamlbuild_config.ml.in index 5694462..b6e3ca9 100644 --- a/myocamlbuild_config.ml.in +++ b/myocamlbuild_config.ml.in @@ -1,4 +1,4 @@ -let ocaml_inline = "10";; +let ocaml_inline = "1000";; let include_path = "include";; let src_path = "src";; let ocaml_link = [ ];;